Re: ghc 4.06 fix



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Fri, 10 Mar 2000 17:05:23 +0000


> The patch posted by Malcolm corrects hmake to work with ghc-4.06, > but the source code for nhc also seems to need corrections. > Change the "--syslib exts --syslib misc" to "--syslib lang" > when it appears in makefiles. You are correct, this change is required in two Makefiles: in src/greencard, and in src/compiler98. > Also there is no Native module > but NativeInfo in ghc-4.06, so I made this change. But I am > still having errors. There is a variable "showBytes" in > nhc98-1.0pre16/lib/ix86-Linux/nhc98comp/GcodeLowC.hs which is > undefined. Yes, it appears that Native has disappeared in ghc-4.06, and NativeInfo is not a replacement. The function "showBytes" was exported from Native. I'll ask on the ghc-bugs list what has happened to it. Regards, Malcolm -------------------------------------------------------------------- To unsubscribe, send a message containing the word `unsubscribe' to: nhc-users-request@cs.york.ac.uk --------------------------------------------------------------------


About this list Date view Thread view Subject view Author view