-> How do I create an executable that does not use the shared
-> libraries?  I would like to move an executable to another machine
-> but do not want to install Glib.

        If you're using gcc, you'd use the "-static" option to the gcc
compiler.

        See "Programming with GNU Software", by Loukides & Oram, published
by O'Reilly & Associates.


--Derek



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

Reply via email to