Re: Bootstrapping the compiler

2009-03-18 Thread Colin Paul Adams
/bootstrapping.conf 1.7.0 Colin configure --distpref=dist-bootstrapping --with-compiler=ghc Colin --make -fno-warn-unrecognised-pragmas Colin --with-hc-pkg=/usr/local/bin/ghc-pkg Colin --package-db=/home/colin/ghc/libraries/bootstrapping.conf.tmp Colin unrecognised command: Colin /home/colin

Re: Bootstrapping the compiler

2009-03-18 Thread Colin Paul Adams
Colin == Colin Paul Adams co...@colina.demon.co.uk writes: Colin I tried again with the same result. Is this a known Colin problem, or do I have investigate myself? Colin == Colin Paul Adams co...@colina.demon.co.uk writes: Colin I have just downloaded a darcs snapshot, pulled

Re: Bootstrapping the compiler

2009-03-18 Thread Simon Marlow
configure --distpref=dist-bootstrapping --with-compiler=ghc --make -fno-warn-unrecognised-pragmas --with-hc-pkg=/usr/local/bin/ghc-pkg --package-db=/home/colin/ghc/libraries/bootstrapping.conf.tmp unrecognised command: /home/colin/ghc/libraries/bootstrapping.conf (try --help) make[1

Re: Bootstrapping the compiler

2009-03-18 Thread Colin Paul Adams
Simon == Simon Marlow marlo...@gmail.com writes: Simon Your problem appears to be that you have set $(GHC) to Simon ghc --make -fno-warn-unrecognised-pragmas Simon $(GHC) should be set to the path to GHC, nothing else. You're right. I was using that prior to cabalizing my other

Bootstrapping the compiler

2009-03-17 Thread Colin Paul Adams
-bootstrapping --with-compiler=ghc --make -fno-warn-unrecognised-pragmas --with-hc-pkg=/usr/local/bin/ghc-pkg --package-db=/home/colin/ghc/libraries/bootstrapping.conf.tmp unrecognised command: /home/colin/ghc/libraries/bootstrapping.conf (try --help) make[1]: *** [bootstrapping.conf] Error 1 make