David Evans says:
> The "gmake boot" works but "gmake all" fails with the err:
>
> .
> .
> .
> ==fptools== gmake all --no-print-directory -r;
> in /home/djevans/haskell/fptools/ghc/lib/std
> --------------------------------------------------------------
> ----------
> cp PrelGHC.hi-boot PrelGHC.hi
> 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 -c PrelBase.lhs -o
> PrelBase.o -osuf o
> sh: /home/djevans/haskell/fptools/ghc/driver/../compiler/hsc:
> not found
> gmake[2]: *** [PrelBase.o] Error 1
> gmake[1]: *** [all] Error 1
> gmake: *** [all] Error 1
The compile should build hsc (in fptools/ghc/compiler) before progressing on
to the libraries. Could you send me the output from 'gmake all' in
fptools/ghc?
Cheers,
Simon