On May 23, 2007, at 2:08 AM, Simon Marlow wrote:
One possibility is that if you compiled GHC via C (I believe this
is still the default in 6.6.1), then changes in the gcc shipped
with 10.5 might be causing problems. You might get further by adding
SRC_HC_OPTS = -O -fasm
GhcStage1HcOpts = -O -fasm
GhcStage2HcOpts = -O -fasm
GhcLibHcOpts = -O -fasm
to your mk/build.mk. This might fix your build, but you'll still
be left with some incompatibility between GHC and the gcc in 10.5.
You already encountered one such problem, when using -split-objs,
right? If you get a successful build it should be easier to debug
this.
I tried this and it crashed in exactly the same way in the same place.
Thanks,
Deborah
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs