[Haskell-cafe] c2hs and gtk+hs problem
Sven Panne
Sven.Panne at aedion.de
Tue May 18 20:27:49 EDT 2004
scott west wrote:
> Hello all,
> I've recently attempted to get the gtk+hs bindings operational, with
> evidently no success. They both compile fine, but when trying to "make
> all" the examples in the gtk+hs tree, it gives up with:
>
> /usr/local/lib/c2hs-0.12.0/ghc6/libc2hs.a(C2HS.o)(.text+0x32): In
> function `__stginit_C2HS_': [...]
This suspiciously looks like a missing "-package haskell98", try adding this
to the linking step.
Cheers,
S.
More information about the Haskell-Cafe
mailing list