This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: FYI: more BC merge fixes


I am *still* seeing a bootstrap failure (unrelated to the BC merge):

/home/ranmath/src/gcc/build/gcc/xgcc -shared-libgcc
-B/home/ranmath/src/gcc/build/gcc/ -nostdinc++
-L/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-B/home/ranmath/gcc/i686-pc-linux-gnu/bin/
-B/home/ranmath/gcc/i686-pc-linux-gnu/lib/ -isystem
/home/ranmath/gcc/i686-pc-linux-gnu/include -isystem
/home/ranmath/gcc/i686-pc-linux-gnu/sys-include -shared -nostdlib
/usr/lib/crti.o /home/ranmath/src/gcc/build/gcc/crtbeginS.o 
.libs/bitmap_allocator.o .libs/pool_allocator.o .libs/mt_allocator.o
.libs/codecvt.o .libs/complex_io.o .libs/ctype.o .libs/debug.o
.libs/debug_list.o .libs/functexcept.o .libs/globals_locale.o
.libs/globals_io.o .libs/ios.o .libs/ios_failure.o .libs/ios_init.o
.libs/ios_locale.o .libs/limits.o .libs/list.o .libs/locale.o
.libs/locale_init.o .libs/locale_facets.o .libs/localename.o
.libs/stdexcept.o .libs/strstream.o .libs/tree.o
.libs/allocator-inst.o .libs/concept-inst.o .libs/fstream-inst.o
.libs/ext-inst.o .libs/io-inst.o .libs/istream-inst.o .libs/istream.o
.libs/locale-inst.o .libs/locale-misc-inst.o .libs/misc-inst.o
.libs/ostream-inst.o .libs/sstream-inst.o .libs/streambuf-inst.o
.libs/streambuf.o .libs/string-inst.o .libs/valarray-inst.o
.libs/wlocale-inst.o .libs/wstring-inst.o .libs/atomicity.o
.libs/codecvt_members.o .libs/collate_members.o .libs/ctype_members.o
.libs/messages_members.o .libs/monetary_members.o
.libs/numeric_members.o .libs/time_members.o .libs/basic_file.o
.libs/c++locale.o -Wl,--whole-archive ../libmath/.libs/libmath.a
../libsupc++/.libs/libsupc++convenience.a -Wl,--no-whole-archive 
-L/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src
-L/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src/.libs
-lm ../libmath/.libs/libmath.a -lm
../libsupc++/.libs/libsupc++convenience.a -lm
-L/home/ranmath/src/gcc/build/gcc -lgcc_s -lc -lgcc_s -lgcc_s -lc
-lgcc_s -lm -lgcc_s -lc -lgcc_s -lgcc_s -lc -lgcc_s  
/home/ranmath/src/gcc/build/gcc/crtendS.o /usr/lib/crtn.o
/usr/lib/crti.o /home/ranmath/src/gcc/build/gcc/crtbeginS.o
/home/ranmath/src/gcc/build/gcc/crtendS.o /usr/lib/crtn.o  -Wl,-O1
-Wl,--version-script=libstdc++-symbol.ver -Wl,-soname
-Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.4
/usr/lib/crti.o(.init+0x0): In function `_init':
: multiple definition of `_init'
/usr/lib/crti.o(.init+0x0): first defined here
/usr/lib/crti.o(.fini+0x0): In function `_fini':
: multiple definition of `_fini'
/usr/lib/crti.o(.fini+0x0): first defined here
/home/ranmath/src/gcc/build/gcc/crtbeginS.o(.data.rel+0x0): multiple
definition of `__dso_handle'
/home/ranmath/src/gcc/build/gcc/crtbeginS.o(.data.rel+0x0): first defined here
collect2: ld returned 1 exit status
make[4]: *** [libstdc++.la] Error 1
make[4]: Leaving directory
`/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/ranmath/src/gcc/build/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/ranmath/src/gcc/build'
make: *** [bootstrap] Error 2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]