[EMAIL PROTECTED] writes: 
> 
> Hi
> 
> I'm new to Haskell and GHC, but have had experience with 
> Miranda.  As part of my final year Software Engineering
> project at Imperial College, I am hoping to investigate
> possible concurrent garbage collection schemes for GHC.
> 

Good stuff - let us (i.e. glasgow-haskell-bugs@...) know
if you should run into any problems, and we'll try to
help out.

> 
 [list of steps followed to build ghc-4.00 from source, using
  ghc-4.00]

> CgMonad.lhs:46:
>     CgBindery.hi-boot:3 Interface-file parse error; toks= []
> 

The interface file format is a bit of a moving target right
now, I'm afraid, hence these troubles. To fix, edit
CgBindery.hi-boot to instead of saying

_exports_
CgBindery CgBindings CgIdInfo(MkCgIdInfo) ......

say

_exports_
CgBindery CgBindings CgIdInfo{MkCgIdInfo} ......

After that, 'make all'.

--Sigbjorn
 

Reply via email to