On Tue, Jul 29, 2008 at 10:06 PM, Roman Leshchinskiy <[EMAIL PROTECTED]> wrote: > With the latest HEAD, I get this: > > ar: creating archive dist-stage2/build/libHSghc-6.9.a > ld: atom sorting error for _ghczm6zi9_LibFFI_Czuffizucif_closure_tbl and > _ghczm6zi9_LibFFI_Czuffizutype_closure_tbl in dist-stage2/build/LibFFI.o > ld: atom sorting error for _ghczm6zi9_LibFFI_Czuffizucif_closure_tbl and > _ghczm6zi9_LibFFI_Czuffizutype_closure_tbl in dist-stage2/build/LibFFI.o > ranlib: file: dist-stage2/build/libHSghc-6.9.a(unicode.o) has no symbols > ld: scattered reloc r_address too large for inferred architecture i386 > make[3]: *** [dist-stage2/build/HSghc-6.9.o] Error 1 >
I managed to track this bug down, only to find that it has already been fixed by the following patch: Wed Jul 30 03:52:03 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * oops, fix a small pessimisation made in previous refactoring For reference, the original patch that caused this problem was the following: Tue Jul 22 02:21:13 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * refactoring/tidyup: (not.is64BitInteger) -> is32BitInteger -Judah _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
