[csw-users] How Can I Determine If My Copies Of gcc And libstdc++ Are Compatible?

Dagobert Michelsen dam at opencsw.org
Wed Jul 4 18:42:41 CEST 2012


Hi Eric,

Am 04.07.2012 um 18:33 schrieb eric eric:
> There are multiple copies of libstdc++.so on our system:
> 
>    $ find /opt/csw/ -name libstdc++.so
>    /opt/csw/lib/libstdc++.so
>    /opt/csw/lib/sparcv9/libstdc++.so
>    /opt/csw/gcc4/lib/libstdc++.so
>    /opt/csw/gcc4/lib/sparcv9/libstdc++.so
> 
> We were using the 3rd one listed above, which is version 6.0.14, built
> with Blastwave.

Please go through the conversion from Blastwave to OpenCSW:
  http://www.opencsw.org/use-it/migrating-from-blastwave-to-opencsw/
Mixing libs from different compiler versions will cause trouble.
The result will be just one used libstdc++ build with the same compiler
you are using to build your program.

After that we can go through the required libraries.


Best regards

  -- Dago


More information about the users mailing list