14 Feb
2002
14 Feb
'02
5:51 a.m.
On Wed, 13 Feb 2002, Simon Marlow wrote:
../../ghc/utils/ghc-pkg/ghc-pkg-inplace --update-package <lang.conf.inplace Reading package info from stdin... done. Expanding embedded variables...done. dependency `base' doesn't exist make[2]: *** [boot] Error 1 make[1]: *** [boot] Error 1 make[1]: Leaving directory `/local/scratch-4/njn25/ws2/build2/hslibs' make: *** [all] Error 1
You need to 'make all' in fptools/ghc before 'make boot' in hslibs. The top-level fptools Makefile will arrange this if you just say 'make' at the top level.
That's what I did. It made ghc ok, but then when it tries the 'make boot' in hslibs it falls over. The same happens if I change into $(BUILD)/hslibs and do 'make boot'... -- Nick Nethercote njn25@cam.ac.uk