Hi there.  Trying to rebuild 3.01 with some additional "ways", and it
falls over at the following point:

oconnor.ucc.ie:~/ghc-3.01/build/ghc/lib/exts: gnumake all
------------------------------------------------------------------------
===fptools== Recursively making `all' for ways: p mc mr mp ...
PWD = /export/home/ferguson/ghc-3.01/build/ghc/lib/exts
------------------------------------------------------------------------
------------------------------------------------------------------------
==fptools== gnumake way=p all;
PWD = /export/home/ferguson/ghc-3.01/build/ghc/lib/exts
------------------------------------------------------------------------
------------------------------------------------------------------------
==fptools== gnumake way=mc all;
PWD = /export/home/ferguson/ghc-3.01/build/ghc/lib/exts
------------------------------------------------------------------------
rm -f Addr.mc_o ; if [ ! -d Addr ]; then mkdir Addr; else find Addr -name 
'*.mc_o' -print | xargs rm -f __rm_food ; fi ; 
../../../ghc/driver/ghc -recomp -cpp -fglasgow-exts -fvia-C -Rghc-timing -O 
-split-objs -odir Addr -hisuf mc_hi -concurrent   -c Addr.lhs -o Addr.mc_o -osuf 
mc_o
 
Addr.lhs:8: Could not find valid interface file `Prelude'
 
Addr.lhs:10: Could not find valid interface file `PrelAddr'


Compilation had errors
gnumake[1]: *** [Addr.mc_o] Error 1
gnumake: *** [all] Error 2


Not clear what's going on here, as the Prelude.mc_hi, etc files were
successfully built, and I didn't have this problem with the original
build, with only "normal" and "p" ways.  What obvious fumble have I
made this time?

Slainte,
Alex.

Reply via email to