Build error

Simon Marlow simonmar@microsoft.com
Fri, 7 Feb 2003 11:11:25 -0000


> ../../ghc/compiler/ghc-inplace -optc-O -optc-Wall -optc-W=20
> -optc-Wstrict-prototypes -optc-Wmissing-prototypes=20
> -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return=20
> -optc-Wbad-function-cast -optc-Wcast-align -optc-I../includes=20
> -optc-I.=20
> -optc-Iparallel -optc-DCOMPILING_RTS=20
> -optc-fomit-frame-pointer -ldl -O2=20
> -static -package-name rts -O -Rghc-timing -c Adjustor.c -o Adjustor.o
> ghc: 598636 bytes, 2 GCs, 32532/32532 avg/max bytes residency=20
> (1 samples), 5M=20
> in use, 0.02 INIT (0.01 elapsed), 0.02 MUT (0.04 elapsed),=20
> 0.06 GC (0.16 elapsed) :ghc>>
> make[2]: *** [Adjustor.o] Error 1
> make[1]: *** [all] Error 1
> make[1]: Leaving directory `/usr/local/src/ghc-5.04.2/ghc'
> make: *** [all] Error 1

It looks like GHC just plain crashed, without an error message, although
it did manage to print out GC stats.  Very strange.

Could you try with EXTRA_HC_OPTS=3D-v, and send us the output?  Thanks.

Also, what compiler are you building GHC with?  Installed from where?

Cheers,
	Simon