Re: Native code generation

Malcolm Wallace <[email protected]> Mon, 22 Nov 2004 15:58:47 +0000
Newsgroups gmane.comp.lang.haskell.nhc.user
Organization Dept of Computer Science, University of York
Message-ID <[email protected]>
> I've a problem with recent nhc98 release. (1.16). 
> When run on a .hs file, in the last stage of compilation
> I get a linker error stating that __ctype_b is not defined.

nhc98 does not appear to use __ctype_b directly - I could not find
it any name like it anywhere in the sources.  Are you using a binary
distribution of nhc98?  If so, you can probably solve the problem by
re-building the whole compiler from sources.

Regards,
    Malcolm