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

libstdc++ library with ifort 10.1

Benjamin_S_2
Beginner
417 Views

Hello all,

I have a problem compiling a program with ifort 10.1: it seems like I need libstdc++.so.5 shared library, but I only have libstdc++.so.6. And I don't find the previous library anymore...

I found something called compat-libstdc++-33, but not for my distribution Ubuntu 10.04 LTS ...

Is there any way to make it work with library 6 ? Or to install the 5th library ? I am not sure it still exists...

Thanks

Benjamin S.

0 Kudos
1 Reply
TimP
Honored Contributor III
417 Views

You would need libstdc++ only if you are linking in something built with c++.  There are several hits on web references where to find libstdc++-33 for Ubuntu.  You would need to pay attention to your 32- vs. 64-bit requirements.

0 Kudos
Reply