2 Sep
2004
2 Sep
'04
3:35 p.m.
Bob Jamison wrote:
I have rebuilt all of the C++ libs: gccpp glibmm gtkmm sigc++
...to be static. I am now tweaking the libs and the Inkscape win32 makefiles to get the link to work again. Once I have them done, I will post them on the web site.
Bob
Well, apparently, the gurus think that if you are on Win32, then you really want DLLs, whether you know it or not. --enable-static --disable-shared does not affect this, GLIBMM_DLL still gets hardcoded into glibmmconfig.h. So, I'm hacking the file to #undef it.. Ouch. Need to rebuild everything. (Since Gtkmm has refs to Glibmm).
Bob