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 _______________________________________________ users mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/users
