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

Help with error: RPM std error output

postaquestion
Novice
775 Views

I have download the non-commercial Intel Fortran compiler for Linux (10.1.015), when I installed it, I had this error:

RPM std error output is as follows:

--------------------------------------------------------------------
erreur: Dpendances requises:
libstdc++.so.5 is necessary for intel-ifort101015-10.1.015-1.i386
libstdc++.so.5(GLIBCPP_3.2) is necessary for intel-ifort101015-10.1.015-1.i386
--------------------------------------------------------------------

This failure occured using the following RPM options:
-U --replacefiles --force

Testing Intel Fortran compiler installed in /opt/intel/fc/10.1.015 ...
--- ERROR ---
Cannot find ifort compiler in /opt/intel/fc/10.1.015/bin


I work on Linux machine (fedora 7) microprocessor Xeon Intel. Please, i will be extremely thankful if you can help me.

0 Kudos
1 Reply
Kevin_D_Intel
Employee
775 Views

You have not satisfied the minimum software requirements to install and use the Intel compiler as per the error you received.

Please refer to this Support article for a detailed discussion of this error and how to address it: http://support.intel.com/support/performancetools/sb/CS-026139.htm

To address the error youmust install the required compat-libstdc++ RPM which provides the /usr/lib/libstdc++.so.5 library, and then re-try Intel compiler installation.

Hope that helps.

0 Kudos
Reply