I'm trying to make a statically-linked program that uses GTK+. It seems
that my GTK libraries are all shared libraries, so when I do a GCC
-static, all the GTK functions come up as missing symbols. How do I get
a static executable out of the thing? Is there a way of getting a
static exe out of shared libraries, or do I have to have static versions
of the libraries as well? If so, is there a utility to convert a shared
library to a static one?
Thanks
Michael
caseih at hotmail dot com