From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10344 invoked by alias); 1 Jul 2011 12:37:23 -0000 Received: (qmail 10334 invoked by uid 22791); 1 Jul 2011 12:37:22 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jul 2011 12:37:08 +0000 From: "arjen.markus895 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/49557] make chokes on various Makefile constructs X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arjen.markus895 at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Fri, 01 Jul 2011 12:37:00 -0000 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: 2011-07/txt/msg00042.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49557 --- Comment #8 from Arjen Markus 2011-07-01 12:37:06 UTC --- Hi Eric, I have run into a problem on a Linux machin with this: make[3]: Leaving directory `/u/markus/tmp/gcc4.6.1/build-gcc/gcc' mkdir -p -- x86_64-unknown-linux-gnu/libgcc Checking multilib configuration for libgcc... Configuring stage 1 in x86_64-unknown-linux-gnu/libgcc configure: creating cache ./config.cache checking for --enable-version-specific-runtime-libs... no checking for a BSD-compatible install... /usr/bin/install -c checking for gawk... gawk checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for x86_64-unknown-linux-gnu-ar... ar checking for x86_64-unknown-linux-gnu-lipo... lipo checking for x86_64-unknown-linux-gnu-nm... /u/markus/tmp/gcc4.6.1/build-gcc/./gcc/nm checking for x86_64-unknown-linux-gnu-ranlib... ranlib checking for x86_64-unknown-linux-gnu-strip... strip checking whether ln -s works... yes checking for x86_64-unknown-linux-gnu-gcc... /u/markus/tmp/gcc4.6.1/build-gcc/./gcc/xgcc -B/u/markus/tmp/gcc4.6.1/build-gcc/./gcc/ -B/u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/bin/ -B/u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/lib/ -isystem /u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/include -isystem /u/markus/tmp/gcc4.6.1.bin/x86_64-unknown-linux-gnu/sys-include checking for suffix of object files... configure: error: in `/u/markus/tmp/gcc4.6.1/build-gcc/x86_64-unknown-linux-gnu/libgcc': configure: error: cannot compute suffix of object files: cannot compile See `config.log' for more details. make[2]: *** [configure-stage1-target-libgcc] Error 1 make[2]: Leaving directory `/u/markus/tmp/gcc4.6.1/build-gcc' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory `/u/markus/tmp/gcc4.6.1/build-gcc' make: *** [all] Error 2 configure has run many times before it pops up with this error. The make utility is GNU Make 3.81 The system is RHEL 5.4, Intel 64 processor. Regards, Arjen 2011/6/29 Arjen Markus : > Hi Eric, > > yes, that might be a good idea. Another test I can do, just to make > sure it is the make version that comes with MInGW is to try this > on a Linux machine. >