What Does This Message Mean? (Re: [Haskell-cafe] compilation succeeds
-- execution fails)
Jason Dusek
jason.dusek at gmail.com
Fri Mar 28 17:01:49 EDT 2008
The message
unknown symbol `___stginit_cedictzm0zi1zi1_DataziCharziCEDICTziMatter_'
says that it can't find the initializer for`
Data.Char.CEDICT.Matter` in `cedict-0.1.1` (this is
'z-encoding', if I remember correctly). So, the odd thing is,
that is not the part with the C FFI stuff in it -- that's in
`Data.Char.CEDICT.Lists`. Is there a usual thing that is wrong
when the initializer can not be found?
--
_jsn
More information about the Haskell-Cafe
mailing list