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

trouble with installation

hervez
Beginner
593 Views
Hello,
I do not manage to install the fortran copiler 11.1.056 on a 64-bits archecture computer running with Fedora 11
What is precisely the way to do so
Rq; I have checked that gcc and glibc are coreectly installed.
Moreover I have installed the package compat-libstdc++-33_x64
I also made a symbolic link beween /usr/lib64/libstdc++.so.5 and /usr/lib/libstdc++.so.5
I still have the message that libstdc++.so.5 is missing.
How to proceed ?
I thank you for your help
Herv
0 Kudos
2 Replies
TimP
Honored Contributor III
593 Views
Quoting - hervez

Moreover I have installed the package compat-libstdc++-33_x64
I also made a symbolic link beween /usr/lib64/libstdc++.so.5 and /usr/lib/libstdc++.so.5
I still have the message that libstdc++.so.5 is missing.

No, remove that symlink, and install both the 32- and 64-bit compat-libstdc++-33. Don't try to make the 64-bit one stand in for the 32-bit.
0 Kudos
Ron_Green
Moderator
593 Views
I have not tried FC11, but this article http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/ works for FC10.

Please try this process and it would help me to know if this works for FC11. If so, I can update the article to indicate that this method works for FC11 also.

ron
0 Kudos
Reply