[g-h-b listeners - sorry for slacking off on replying
 to bug msgs over the last couple of days. Things should
 be back to a more normal state soon..]

Andrew Cheadle <[EMAIL PROTECTED]> writes: 
> 
  ...
> ../../../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
> 
> PrelBase.lhs:18: Could not find valid interface file `PrelErr'
> 
> PrelBase.lhs:18: Module `PrelErr' does not export `error'
> 
> PrelBase.lhs:19: Could not find valid interface file `PrelGHC'
>

Odd; make sure that you've got PrelErr.hi-boot (and PrelGHC.hi-boot)
in ghc/lib/std  (don't know why they shouldn't be there, but worth
checking.)

If that doesn't show up anything unexpected, do

  cd ghc/lib/std
  make EXTRA_HC_OPTS='-dshow-rn-trace -optC-dshow-rn-imports'

and let us know what this produced on stderr.

Also, what does 'uname -a'  &
   'grep C_LIB_VERSION /usr/include/*.h'

report?

--Sigbjorn

Reply via email to