I have been attempting to bootstrap ghc-6.4 on a Solaris 2.8/SPARC system with no previous version of ghc installed. I'm currently stuck at System/CPUTime_hsc.c. The build fails at the following point:

    $ distrib/hc-build --enable-hc-boot-unregistered
    [ many successful lines skipped ]

    ------------------------------------------------------------------------
    ==fptools== gmake boot -wr;
     in /home/doughera/src/ghc/ghc-6.4/libraries/base
    ------------------------------------------------------------------------
    touch GHC/PrimopWrappers.hs
    gmake[2]: *** No rule to make target `System/CPUTime_hsc.c', needed by 
`depend'.  Stop.

I don't think the problem is specific to Solaris. I run into the same error trying to bootstrap on a Debian Linux/SPARC system with no previous version of ghc installed.

Any suggestions? (Other than finding a binary package for this system, of course. I know about that option.)

Thanks,

--
    Andy Dougherty              [EMAIL PROTECTED]

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to