This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/32840] New: bootstrap broken on ix86-linux-gnu targets with --enable-targets=all
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jul 2007 13:48:51 -0000
- Subject: [Bug bootstrap/32840] New: bootstrap broken on ix86-linux-gnu targets with --enable-targets=all
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
the libstdc++ configure fails with
configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
the build is configured with --enable-languages=c,c++
--prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib
--disable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-targets=all --disable-werror --build=i486-linux-gnu
--host=i486-linux-gnu --target=i486-linux-gnu
checking if /home/packages/gcc/snap/gcc-snapshot-20070720/build/./gcc/xgcc
-B/home/packages/gcc/snap/gcc-snapshot-20070720/build/./gcc/
-B/usr/lib/gcc-snapshot/i486-linux-gnu/bin/
-B/usr/lib/gcc-snapshot/i486-linux-gnu/lib/ -isystem
/usr/lib/gcc-snapshot/i486-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/i486-linux-gnu/sys-include -m64 supports -c -o file.o...
(cached) yes
checking whether the
/home/packages/gcc/snap/gcc-snapshot-20070720/build/./gcc/xgcc
-B/home/packages/gcc/snap/gcc-snapshot-20070720/build/./gcc/
-B/usr/lib/gcc-snapshot/i486-linux-gnu/bin/
-B/usr/lib/gcc-snapshot/i486-linux-gnu/lib/ -isystem
/usr/lib/gcc-snapshot/i486-linux-gnu/include -isystem
/usr/lib/gcc-snapshot/i486-linux-gnu/sys-include -m64 linker
(/home/packages/gcc/snap/gcc-snapshot-20070720/build/./gcc/collect-ld -m
elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... configure: error: Link tests are not
allowed after GCC_NO_EXECUTABLES.
make[3]: *** [configure-target-libstdc++-v3] Error 1
make[3]: Leaving directory
`/home/packages/gcc/snap/gcc-snapshot-20070720/build'
make[2]: *** [bootstrap-lean] Error 2
--
Summary: bootstrap broken on ix86-linux-gnu targets with --
enable-targets=all
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
GCC target triplet: i486-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32840