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

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to