[nhc-bugs] another build problem
Malcolm Wallace
Malcolm.Wallace@cs.york.ac.uk
Mon, 2 Jul 2001 11:15:25 +0100
> /home/4/wilx/tmp/nhc98-1.06/script/nhc98 -cpp -c
> +CTS -lib -redefine -CTS
> +RTS -H32M -RTS -o .../obj/prelude/DErrNo/DErrNo.o DErrNo.hs
> /home/4/wilx/tmp/nhc98-1.06/script/nhc98:
> /home/4/wilx/tmp/nhc98-1.06/lib/ix86-FreeBSD/hmake-PRAGMA: not found
> Bus error - core dumped
This looks rather like the kind of random crash we were experiencing
for a while, due to a fault in the primitive implementation of putStr.
Download the `putStr' patch from the website, or direct from
ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/patch-1.06-putStr
and apply it. Then just re-issue the command `make', and all should
be well. (If not, then let us know.)
Regards,
Malcolm