I am having some trouble compiling the CVS version of ghc which I checked out Jun 23 21:51 EDT ------------------------------------------------------------------------ ==fptools== make all --no-print-directory -r; in /usr/local/src/fptools/ghc/lib/std ------------------------------------------------------------------------ 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 -fcompiling-prelude -static -H12m -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 The PrelBase directory is empty. I have the ghc-4.02-i386-unknown-linux.tar.gz package installed. I also had to add -optCrts-M128M to the parser/Parser_HC_OPTS in order to get parser.lhc to compile (which by the way to over an Hour on my machine to compile which is a Pentium 166MX with 96M of ram) Any help would be greatly appreciated. -- Kevin Atkinson [EMAIL PROTECTED] http://metalab.unc.edu/kevina/
