[ILUG-BOM] How ? Static Linking

Manish Jethani cruisecoder@[EMAIL-PROTECTED]
Sun Jul 22 10:49:48 IST 2001


Sometime today, Pankaj Jangid wrote:

> How to statically link libraries in C/C++. Which g++ option is
> required.

RTFM.  The option name is `static', and you can negate it by
saying `nostatic', so that way you can selectively link some
libs static and others dynamic.  Default is `nostatic'.

Manish

-- 
If you want to be ruined, marry a rich woman.
		-- Michelet





More information about the Linuxers mailing list