mounty1 l33t


Joined: 06 Jul 2006 Posts: 942 Location: Queensland
|
Posted: Tue Dec 11, 2012 12:56 am Post subject: bootstrapping ghc on a Solaris prefix system |
|
|
Not sure if this is the right forum but I can't see anything closer. I'm trying to build ghc but it fails because there isn't a binary available for bootstrapping. So I downloaded the archive from http://www.haskell.org/ghc/download_ghc_7_0_3 and installed it (via its installation script) to $EPREFIX/opt. I then tried: Code: | PATH=$PATH:/home/mounty/.gps/opt/bin USE=-ghcbootstrap emerge -q ghc | and Code: | PATH=$PATH:/home/mounty/.gps/opt/bin USE=ghcbootstrap emerge -q ghc | but neither works. It doesn't seem to pick up the bootstrap compiler. Has anyone achieved this yet ? _________________ Michael Mounteney |
|