David Waern wrote:
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
> 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
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. Coul
Hi,
I'm trying to install GHC HEAD but the "make install" phase fails. Here's
the last part of the output:
== make install -r;
in /home/davve/repos/ghc-partial/rts
--