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

ubuntu 10.4 (lucid) terminated by 0x7f

dreimark
Beginner
809 Views
Hi

I thought I have successfully installed l_cprof_p_11.1.072_intel64. But I run into a problem by using the 64bit compiler


ifort ./example.f90
/opt/intel/Compiler/11.1/072/bin/intel64/fortcom: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
ifort: error #10273: Fatal error in /opt/intel/Compiler/11.1/072/bin/intel64/fortcom, terminated by 0x7f


Where does it expect to have the libstdc++.so.5?
On my System it is located at:
/usr/lib32/libstdc++.so.5
/usr/lib32/libstdc++.so.5.0.7


If I try the 32bit compiler it compiles my example.

cheers
Reimar
0 Kudos
4 Replies
Ron_Green
Moderator
809 Views
You need the 64bit version of libstdc++.so.5. Did you read this:

http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/

I need to update it for Ubu 10.4 at some point soon. I suspect the guide for 9.10 should work fine.

the next version of the compiler will support Ubu 10.4, but it is currently unsupported. Then next version of the compiler will remove the dependency on libstdc++.so.5 (it will use libstdc++.so.6 )

ron
0 Kudos
dreimark
Beginner
809 Views
Thx, that was a good hint I missed to install the libstdc++5 package for "amd64".
with that it works now.

Also good news to remove the dependency for this old lib.

thx
Reimar
0 Kudos
John4
Valued Contributor I
809 Views

The guide is fine, except for the Java part. The package sun-java6-jre is in Ubuntu's partner repository, so there's no need to download it from the java.com webpage (which doesn't offer a .deb package). The repository is disabled by default, but it can be enabled from either Synaptic or Software Sources.

0 Kudos
Ron_Green
Moderator
809 Views
Thanks for the tip, John. I'll update the guide with that suggestions.

This weekend I'm building a home PC JUST to run Ubuntu 10. I've really been looking forward to this release, and from the reviews I've read it's going to be incredible.

ron
0 Kudos
Reply