> rm -f PrelBase.o ; if [ ! -d PrelBase ]; then mkdir PrelBase;
> else find PrelBase -name '*.o' -print | xargs rm -f __rm_food
> ; fi ;
> ../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C
> -Rghc-timing -O -split-objs -odir PrelBase -H10m
> -optCrts-M128M -c PrelBase.lhs -o PrelBase.o -osuf o
> make[3]: *** [PrelBase.o] Error 1
> make[2]: *** [all] Error 1
> make[1]: *** [all] Error 1
> make: *** [all] Error 1
This smells like the glibc-2.1 problem. We've now got a RH 6 machine (Dual
PIII-500 ... mmm, yummy), so I'll take a look at this today.
Cheers,
Simon