Compiling from source using ghc-4.00 carries a health
warning (see other msg), but since you're oh-so close
to completing, I thought I'd pass on the tweak you
need to make to codeGen/CgBindery.hi-boot to have
it work with 4.00. Change CgIdInfo(MkCgIdInfo) to
CgIdInfo{MkCgIdInfo} in the export section of
the interface file.

That should be all that's required..

--Sigbjorn


Ralf Hinze [mailto:[EMAIL PROTECTED]] writes: 
> 
> High again,
> 
> the latest news from my attempt to install 4.01. Following Simon's
> advice I added `EXTRA_HC_OPTS += -H64M -fvia-c -v' to build.mk (I use
> 4.00 for bootstrapping). Now, make boot succeeds, make all fails with
> 
> 
> ghc -cpp -fglasgow-exts -Rghc-timing -I. -IcodeGen 
>  
 .........
> CgMonad.lhs:46:
>     CgBindery.hi-boot:3 Interface-file parse error; toks= []
>  
> CgMonad.lhs:46: Could not find valid interface file `CgBindery'
>  

Reply via email to