Simon Marlow wrote: > [...] Add support for gcc-style "make bootstrap" which will build the > stage 1, 2 and 3 compilers in the same build tree. [...]
Hmmm, I just ran into something counterintuitive: make bootstrap make install didn't yield an interactive version of GHC. After a quick look into fptools/ghc/compiler/Makefile things became clear: The stage1 version was installed, so the correct incantation would have been: make bootstrap make stage=2 install Is this intended? If yes, is this documented somewhere...? :-] Cheers, S. _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
