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.


Florian.

--
Want to produce professional emails and Usenet postings?
http://www.netmeister.org/news/learn2quote.html
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to