Hi,

"jiangyi178" <[EMAIL PROTECTED]> writes:

> Is it possible to statically link GTK to my program(so that my app
> can be installed on user's machine easily) and how?

Sure. Just do it like you would do for any other statically linked
application. You just need to make sure you have static versions of
the GTK+ libraries. Passing --enable-static to the configure scripts
makes this happen.


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

Reply via email to