
3 Jun
2009
3 Jun
'09
8:32 a.m.
On 02/06/2009 22:19, Axel Simon wrote:
On May 31, 2009, at 21:20, Marco TĂșlio Gontijo e Silva wrote:
$ ghc --make -prof glib.hs
I'm getting:
[1 of 1] Compiling Main ( glib.hs, glib.o ) Linking glib ... /usr/lib/gtk2hs/libHSgio_p.a(File.p_o): In function `s8ds_info': (.text+0x71c9): undefined reference to `SystemziGIOziFile_d3Bh' collect2: ld returned 1 exit status
Do you know what could be causing this?
SystemziGIOziFile_d3Bh looks like a symbol from a _stub.o file. Perhaps when the gtk2hs build system didn't put the _stub.o files in the libHSgio_p.a library? Cheers, Simon