Florian Zschocke wrote: > botman wrote: >> >> I believe the Valve MODs are compiled and linked with 'gcc' and not >> 'g++'. The g++ compiler is probably where you are getting the >> standard C++ library (libstdc++) requirement from. > > If you ling with g++ it will automatically link against the libstdc++ > dynamically. If you want to link against it statically, you should use > gcc and add the static library explicitely on your commandline.
OK. I search for the command to link statically to a particular lib, but I didn't find it. Do you know it ? Great thx. Micha�l "Cortex" Monerau. cort at meloo dot com == C++ power ! == _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

