simons: > Donald Bruce Stewart writes: > > > SRC_CC_OPTS+=-fno-stack-protector > > SRC_HC_OPTS+=-optc-fno-stack-protector > > Thanks for the information! > > The strange thing is that I compiled GHC with hardened-gcc > completely disabled (the old spec file copied in again) and > yet got the same error. This made me start thinking about > whether gcc 3.3.1 might be the core of the problem.
It might still be. Wasn't that mangler code being dumped in your other email? In which case it would be gcc producing different asm to what the mangler was expecting. -- Don _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc
