- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
with that it works now.
Also good news to remove the dependency for this old lib.
thx
Reimar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page