Hi,

Mikio Kishi <[EMAIL PROTECTED]> writes:

> Now, I'm using glib-2.2.3.
> It's so useful, there are a lot of modules !
> 
> But, for the moment, I need only a few data types
> (GString, GHashTable, GTree, and so on..),
> and I hope that the size of libglib is as small as possible
> because I'd like to use it as a static library.

If you link statically, the resulting binary will only contain the
parts of glib that your application needs. You don't need to do
anything special for that.


Sven

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to