Re: can't compile ghc-7.4.1: No rule to make target `libraries/process/ghc.mk'

2012-05-30 Thread Tim Cuthbertson
On Thu, May 31, 2012 at 2:41 AM, Ian Lynagh wrote: > On Wed, May 30, 2012 at 08:44:26PM +1000, Tim Cuthbertson wrote: >> >> Configuring hsc2hs-0.67... >> make[1]: *** No rule to make target `libraries/process/ghc.mk'.  Stop. >> make: *** [all] Error 2 >> >> Any hints? > > That file should be inclu

Re: can't compile ghc-7.4.1: No rule to make target `libraries/process/ghc.mk'

2012-05-30 Thread Ian Lynagh
On Wed, May 30, 2012 at 08:44:26PM +1000, Tim Cuthbertson wrote: > > Configuring hsc2hs-0.67... > make[1]: *** No rule to make target `libraries/process/ghc.mk'. Stop. > make: *** [all] Error 2 > > Any hints? That file should be included in the source tarball. Thanks Ian ___

can't compile ghc-7.4.1: No rule to make target `libraries/process/ghc.mk'

2012-05-30 Thread Tim Cuthbertson
I've rm -rf'd my ~/.cabal to ensure old stuff doesn't get in the way, installed all the dependencies (on fedora 17, bootstrapping with ghc-7.0.4), unpacked the ghc-7.4.1 tarball, and run: ./configure --prefix=`pwd`/installed && make && make install and here's the log: https://gist.github.com/20dd