Failing to install HEAD
Simon Marlow
simonmarhaskell at gmail.com
Thu Nov 8 03:45:47 EST 2007
David Waern wrote:
> Hi,
>
> I'm trying to install GHC HEAD but the "make install" phase fails. Here's
> the last part of the output:
...
> It seems like GHC_PKG_PROG is null, even though the configure step says it
> has located ghc-pkg.
The GHC_PKG_PROG in mk/package.mk should be GHC_PKG_INPLACE. Could you
make that change and see if it fixes it for you? (I removed GHC_PKG_PROG
recently as it was duplicating GHC_PKG_INPLACE, but looks like I missed
that reference to it).
Cheers,
Simon
More information about the Cvs-ghc
mailing list