|
PG ConsultantsOne way is to rename the relavant dynamic library. The other is to use the g++ -v switch to find out how to link the module, and then extract all the objects from the static libstdc++ library, and finally include them in the command line. See the Perl progam link_static_libstd++
|