If you do a 'darcs pull' then 'make distclean' then 'make' you may (just now) get errors of various kinds when 'make' reaches utils/ghc-pkg.
Solution: cd compat; rm **/*.{hi,o}
Reason: after you pull, make distclean doesn't clean droppings from previous
incarnations of the build system.
Simon
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc
