Problem with profiling
Simon Marlow
marlowsd at gmail.com
Wed Jun 3 08:32:46 EDT 2009
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
More information about the Glasgow-haskell-users
mailing list