Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

ifort error #10149

matt00
Beginner
468 Views
Hello,
I installed on my computer Red Hat Enterprise Linux 5 (x86_64).
Additionally, I installed the versions 9.1 and 10.1 (I also tried the last update) of the Intel Fortran compiler.
However, for each of these 2 versions, I encountered the following error message during the installation of the compiler:

>>>>>>>>>>>>>>>>>>>>
Intel Fortran Compiler for applications running on Intel 64, Version 10.1 (10.1.017)
Installing...
Installation successful.
--------------------------------------------------------------------------------
Testing Intel Fortran compiler installed in /opt/intel/fce/10.1.017 ...
--- ERROR ---
Binary test file /tmp/install_fc.sh5292/test_fc.5292 not found
Problems with Fortran compiler: Output not equal to < Hello, World! F90>
----------------------------------------------------
ifort: error #10149: option '-cxxlib-gcc' not supported with the current installed GCC

Problems with Fortran compiler: !=< Hello, World! F90>
<<<<<<<<<<<<<<<<<<<<<<<

So, the Fortran compiler is not properly installed and does not work.
The versions of the Fortran compilers I installed should work properly on my version of linux, according the release notes by Intel.

How can I solve this problem?

Thank you in advance for your help.
0 Kudos
2 Replies
Kevin_D_Intel
Employee
468 Views

This relates to the installed version of GCC. What is the result of the following command: gcc --version
0 Kudos
TimP
Honored Contributor III
468 Views

This relates to the installed version of GCC. What is the result of the following command: gcc --version
If you install the gcc/g++ which should be optional in your Red Hat installation, I would expect gcc 4.1.2. Red Hat 5.0 is a bit difficult for supporting these older ifort versions, as there is no menu item to install the libcompat-i386; you must find the .rpm and install it separately. At least 5.1 is preferable, as there are other problems with 5.0.
By "last update," I hope you mean 11.0/081. The last 2 11.0 versions installed with no incident on RH 5.2, aside from the requirement to install Sun JRE 1.6 to support idb.
0 Kudos
Reply