Building Glib with cross-compiler

Tor Lillqvist <[email protected]> Mon, 10 Feb 2003 22:02:10 +0000
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <[email protected]>
 > Then tried to use the makefile.mingw, but It also failed.

 > Cannot export g_fprintf: symbol not defined

Yeah, the makefile.mingw and .msc haven't been updated to include the
trio sources. Sorry. Patches accepted.

 > gconvert.o(.text+0x50):gconvert.c: undefined reference to `_imp__libiconv_open'

Hmm, are you sure you are linking with the iconv import library?

 > gutils.o(.text+0x16fb):gutils.c: undefined reference to `dgettext'

and the libintl import library.

--tml