[Haskell-cafe] Compiling GHC 6.2.2 without ghci

Simon Marlow simonmar at microsoft.com
Tue May 31 06:18:27 EDT 2005


On 25 May 2005 19:39, Jesper Louis Andersen wrote:

> How do you compile GHC 6.2.2 without compiling the ghci (ghc
> interactive)? I only need this as a stepping stone to GHC 6.4, so it
> is really not needed, however great it might be. No ./configure
> options seem to address the problem.

Add the line 'GhcWithInterpreter=NO' to your mk/build.mk (create the
file if you don't have it).

Cheers,
	Simon


More information about the Haskell-Cafe mailing list