On 03 August 2005 12:54, Christian Maeder wrote:
I get for the cvs version of today under solaris:
Cheers Christian
[...] stage1/ghci/ByteCodeItbls.o: In function `s641_info': ghc11717.hc:(.text+0x2c38): undefined reference to `stgMallocBytesRWX' collect2: ld returned 1 exit status <<ghc: 13100660 bytes, 3 GCs, 145896/145896 avg/max bytes residency (1 sample s), 15M in use, 0.01 INIT (0.00 elapsed), 0.13 MUT (11.37 elapsed), 0.01 GC ( 0.04 elapsed) :ghc>> gmake[2]: *** [stage1/ghc-6.4.1] Error 1 gmake[1]: *** [all] Error 1
I think you must be building using an earlier 6.4.1 snapshot. You can workaround the problem by disabling GHCI: add GhcWithInterpreter=NO to mk/build.mk. You can turn it back on again before building stage2, if you like. Cheers, Simon