Linking warning about libstdc++
When I link an application of CGM using CUBIT's shared libs, I get the following link warning:
/usr/bin/ld: warning: libstdc++.so.5, needed by <...>/lib/libcubiti19.so, may conflict with libstdc++.so.6
This warning is due to CUBIT's shared library (libcubiti19.so) depending on a specific version of libstdc++, rather than a generic version of the library. This usually is not a problem. In cases where it does produce an error, one workaround may be to symbolic-link libstdc++.so.5 to libstdc++.so.6 on your system (though we don't vouch for the safety of doing this on your system).
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)