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

problem installing ifort on fedora8

mrhadian
Beginner
599 Views
i want to install ifort 10.1 on fedora 8 (AMD64), during the installation i got the error for package libstdc++:
error: Failed dependencies:
libstdc++.so.5 is needed by intel-ifort100026-10.0.026-1.i386
libstdc++.so.5(GLIBCPP_3.2) is needed by intel-ifort100026-10.0.026-1.i386

the latest version available for fedora 8 is: 4.1.2-33
$ uname -a
Linux localhost.localdomain 2.6.23.1-49.fc8 #1 SMP Thu Nov 8 22:14:09 EST 2007 x86_64 x86_64 x86_64 GNU/Linux



0 Kudos
1 Reply
TimP
Honored Contributor III
599 Views
If this is analogous to EL5: In addition to installing g++ development system for both 32-bit ("legacy") and 64-bit, you must install the 32-bit libcompat stdc++ .rpm, which should be present on the linux install DVD. In EL5 there is no high level option which includes that .rpm, so I suppose it may be the same for FC8. I filed an installation report problem about this when EL5 was released.
I expect to face the EL5.x vs SLES10 + ifort choice again today. SLES10 SP1 appears to be the most up to date distro where ifort will install without annoyances.
According to your error report, you are attempting to install 32-bit ifort, which is not required when installing the 64-bit ifort. You will need the 32-bit libstdc++ in either case, as 64-bit ifort is a cross-compiler.
0 Kudos
Reply