This is not really a bug  in ghc itself, rather a problem with its
makefile system:

While trying to recompile 2.07 with itself I encountered the following
error:

------------------------------------------------------------------------
==fptools== make all;
 in /.automount/kawa/export/linux/ben/Dlubanie/Build/fptools/ghc/lib
------------------------------------------------------------------------
rm -f ghc/PrelBase.o ; if [ ! -d ghc/PrelBase ]; then mkdir ghc/PrelBase; else find 
ghc/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 ghc/PrelBase  -H12m  -c ghc/PrelBase.lhs -o ghc/PrelBase.o -osuf o
Can't locate ghc-split.prl in @INC at ../../ghc/driver/ghc line 2938.

Regards,
        Marcin Benke

Reply via email to