On Tue, Sep 14, 2010 at 11:41:26AM +1000, Ben Lippmeier wrote: > > It looks like Simon's mega-patch pushed us over the limit: > > "/usr/bin/ld" -r -o compiler/stage2/build/HSghc-6.13.20100913.o > compiler/stage2/build/AsmCodeGen.o compiler/stage2/build/TargetReg.o > compiler/stage2/build/NCGMonad.o compiler/stage2/build/Instruction.o > compiler/stage2/build/Size.o ......... > compiler/stage2/build/parser/cutils.o compiler/stage2/build/utils/md5.o > `/usr/bin/find compiler/stage2/build -name "*_stub.o" -print` > ld: scattered reloc r_address too large for inferred architecture i386 > make[1]: *** [compiler/stage2/build/HSghc-6.13.20100913.o] Error 1
OK, I've just pushed some patches that make GHCi load the .a files on OS X, so we no longer need to make the .o files, and so the normal build goes through on OS X again. There are some improvements to the archive loading that should be made, but it works now, which is the main thing. Thanks Ian _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
