Mariano Suarez Alvarez writes:
> after configuring and `making boot', when I `make all', when make gets to
> /fptools/ghc/compiler, I get an error I can't fix because I really haven't
> understood the Makefile structure.
> 
> > "parser/U_binding.hs", line 6, column 22: can't find interface (.hi)  
> > file for module "FastString" on input: "FastString" 
> > make[2]: *** [parser/U_binding.o] Error 1
> 

It looks like `make boot' did not successfully compute the Haskell
source dependencies, U_binding is normally compiled fairly late in the
game. Try running `make boot' in ghc/compiler again.

--Sigbjorn

Reply via email to