This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
bootstrap failure powerpc-apple-darwin7.4.0
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 03 Aug 2004 21:43:05 -0700
- Subject: bootstrap failure powerpc-apple-darwin7.4.0
Unmodified HEAD as of about two hours ago, no special configure
options:
ld: .libs/ctype.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (80))
ld: .libs/ctype.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (84))
ld: .libs/ctype.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (88))
ld: .libs/ctype.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (92))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (72))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (76))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (80))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (84))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (88))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (92))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (96))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (100))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (104))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (108))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (112))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (116))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (120))
ld: .libs/functexcept.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (124))
[etc etc etc]
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libstdc++.la] Error 1
make[4]: Leaving directory `/export/scratch/zack/gcc/HEAD/powerpc-apple-darwin7.4.0/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/export/scratch/zack/gcc/HEAD/powerpc-apple-darwin7.4.0/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/export/scratch/zack/gcc/HEAD/powerpc-apple-darwin7.4.0/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/export/scratch/zack/gcc/HEAD'
make: *** [bootstrap] Error 2
$ ./config.guess
powerpc-apple-darwin7.4.0
Any help would be appreciated.
zw