Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

install problem

zzdmy8
Beginner
562 Views

what is " secore.new: ChannelMessage.cpp:134: int CChannelMessage::Init(const CEasyString&): Assertion `configNode != __null' failed."meaning?,when i install fortran 10.1. thank you
0 Kudos
2 Replies
Kevin_D_Intel
Employee
562 Views

The error involves the installation licensing component (secore.new). The failure is due to an incompatibility between the level of gcc/cpp on the system and that used for secore.new.

What Linux distro and what version are you using?
What version of gcc is installed? (execute: gcc --version)

As a work-around try the following:

1. Ensure your most recent license file (.lic) is available on your system under /opt/intel/licenses (you may need to create this directory using the root account. Ensure the permissions are at least: 755)

2. Try installing using the following command:

./data/install_fc.sh --run

(Note: This command assumes your working directory is that where you expanded the compiler's tar.gz file)
0 Kudos
zzdmy8
Beginner
562 Views

The error involves the installation licensing component (secore.new). The failure is due to an incompatibility between the level of gcc/cpp on the system and that used for secore.new.

What Linux distro and what version are you using?
What version of gcc is installed? (execute: gcc --version)

As a work-around try the following:

1. Ensure your most recent license file (.lic) is available on your system under /opt/intel/licenses (you may need to create this directory using the root account. Ensure the permissions are at least: 755)

2. Try installing using the following command:

./data/install_fc.sh --run

(Note: This command assumes your working directory is that where you expanded the compiler's tar.gz file)
Fedora release 10 ,the version of gcc is Red Hat 4.3.2-7.
thank you very much! i will try
0 Kudos
Reply