Re: Is it possible to statically link GTK?



Hi,

"jiangyi178" <jiangyi178 rogers com> 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]