michael <michael itk1 bas-net by> writes:
All needed packages rebuilded with "--enable-static" option too.
--enable-static just means "build static libraries"
To use a fully statically linked GTK 2 you also need to be sure there
aren't any dlopen() modules. The normal ones are in Pango, gdk-pixbuf,
and GTK input methods.
The configure options are something like --with-included-modules,
I don't remember exactly. It may even be in the docs in the "compiling
GTK" section, hopefully.
Speaking of linking statically, why is there no simple method to get the option
needed to statically link an application against glib/gdk/gtk