Re: [gtk-list] static link w/gtk



Matt Rosencrantz wrote:
> I have written a utility app in gtk, and now I am trying to give a copy to
> my brother, however, he cannot install the gtk libs on his machine.  So, I
> would like to link the g* libs statically.

./configure --disable-shared

will link statically.  You can also do 

./configure --help

on any configure script to see all the options.

	Jeff





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