Another reason to move away from DIY dynamic linking and start using proper dynamic libraries for GHCi et al.
Manuel Ben Lippmeier: > 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 > > > Related: > http://hackage.haskell.org/trac/ghc/ticket/3260 > > Ben. _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
