Still problems building ghc 6.5 with ghc 6.4
Simon Marlow
simonmarhaskell at gmail.com
Wed Mar 29 08:11:46 EST 2006
Michael Marte wrote:
> Now I get the following error:
>
> GHC/PrimopWrappers.hs:565:20: Not in scope: `GHC.Prim.forkOn#'
>
> I think this problem may be releated to the other changes I pulled.
You probably need to rebuild some stuff. If your stage 1 compiler is up
to date, then remove libraries/base/GHC/Base.{o,hi} and build in
libraries/base. That *should* be enough, but if not just 'make clean'
in libraries/base.
Cheers,
Simon
More information about the Glasgow-haskell-users
mailing list