Re: GTK+/GLib/Pango/libtiff/ligjpeg - compiling static
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Thomas writes: > All this day ive tryed to compile GTK+ static. Why do you want to compile it as a static library? Some features in GTK+ won't work unless it is a DLL: The DllMain function looks up from the path to the DLL from the system, and locates its message catalogs and initialisation files from that. > But i havent got it to work. I have never myself built GTK+ as a static library. What kind of errors do you get? What build environment do you use? > Im wondering if u could include the static libs (.a) > in the next release of the windows port? Nope. (Licensing note: You are of course free to build static libs if you like, and distribute your versions to whomever. My distribution doesn't have any special status with respect to the GTK+ license.) --tml