From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20221 invoked by alias); 20 Jul 2007 13:49:03 -0000 Received: (qmail 20170 invoked by uid 48); 20 Jul 2007 13:48:51 -0000 Date: Fri, 20 Jul 2007 13:49:00 -0000 Subject: [Bug bootstrap/32840] New: bootstrap broken on ix86-linux-gnu targets with --enable-targets=all X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "debian-gcc at lists dot debian dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02134.txt.bz2 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