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).