Bootstrap compiler is # gcc -v Using built-in specs. Target: powerpc-apple-darwin8.11.0 Configured with: /usr/local/gcc-4.3.0/src/gcc-4.3.0/configure --enable-languages=c --with-gmp=/usr/local/gmp-4.2.2/G5-Darwin-gcc-4.2.3-abi32 --with-mpfr=/usr/local/mpfr-2.3.1/G5-Darwin-gmp-4.2.2-gcc-4.2.3-abi32 --prefix=/usr/local/gcc-4.3.0/G5-Darwin Thread model: posix gcc version 4.3.0 (GCC) # # env | grep LD LD_LIBRARY_PATH=/usr/local/gcc-4.3.0/G5-Darwin/lib:/usr/local/gmp-4.2.2/G5-Darwin-gcc-4.2.3-abi32/lib:/usr/local/mpfr-2.3.1/G5-Darwin-gmp-4.2.2-gcc-4.2.3-abi32/lib # # /usr/bin/ld -v Apple Computer, Inc. version cctools-622.9~2
During bootstrap of 4.3.1, get /usr/bin/ld: warning multiple definitions of symbol _locale_charset ./../intl/libintl.a(localcharset.o) definition of _locale_charset in section (__TEXT,__text) /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /usr/bin/ld: c-lang.o relocation overflow for relocation entry 221 in section (__TEXT,__text) (displacement too large) /usr/bin/ld: c-lang.o relocation overflow for relocation entry 241 in section (__TEXT,__text) (displacement too large) -- Summary: [4.3.0/4.3.1 regression] relocation overflow Product: gcc Version: 4.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kate01123 at gmail dot com GCC build triplet: powerpc-apple-darwin8.11.0 GCC host triplet: powerpc-apple-darwin8.11.0 GCC target triplet: powerpc-apple-darwin8.11.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36512