From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26121 invoked by alias); 25 May 2007 11:38:29 -0000 Received: (qmail 26111 invoked by uid 22791); 25 May 2007 11:38:27 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 May 2007 11:38:23 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l4PBcLHX012289 for ; Fri, 25 May 2007 07:38:21 -0400 Received: from zebedee.littlepinkcloud.COM (vpn-14-127.rdu.redhat.com [10.11.14.127]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4PBcHYZ011463; Fri, 25 May 2007 07:38:18 -0400 Received: from littlepinkcloud.COM (localhost.localdomain [127.0.0.1]) by zebedee.littlepinkcloud.COM (8.13.8/8.13.5) with ESMTP id l4PBcDVd016879; Fri, 25 May 2007 12:38:16 +0100 Received: (from aph@localhost) by littlepinkcloud.COM (8.13.8/8.13.5/Submit) id l4PBcCRv016876; Fri, 25 May 2007 12:38:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18006.51876.951916.812090@zebedee.pink> Date: Fri, 25 May 2007 11:40:00 -0000 From: Andrew Haley To: Alexander Wieder Cc: gcc-help@gcc.gnu.org Subject: Re: Building GCC 4.2.0 fails on Linux x86-64 In-Reply-To: <4656C7AF.2070702@tempel.dynamischer-diskord.de> References: <4656C7AF.2070702@tempel.dynamischer-diskord.de> X-Mailer: VM 7.19 under Emacs 22.0.93.1 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg00247.txt.bz2 Alexander Wieder writes: > Hi! > > I tried to build GCC 4.2 (core and g++) on my linux box (Ubuntu 7.04, > amd64). Except a program-suffix and an install prefix, I used no > configure options. Building failed with the following messages: > > > [...] > > checking for x86_64-unknown-linux-gnu-gcc... /home/alexx/tmp/gcc-build/./gcc/xgcc -B/home/alexx/tmp/gcc-build/./gcc/ -B/home/alexx/local/gcc/x86_64-unknown-linux-gnu/bin/ -B/home/alexx/local/gcc/x86_64-unknown-linux-gnu/lib/ -isystem /home/alexx/local/gcc/x86_64-unknown-linux-gnu/include -isystem /home/alexx/local/gcc/x86_64-unknown-linux-gnu/sys-include -m32 > > checking for C compiler default output file name... a.out > > checking whether the C compiler works... configure: error: cannot run C compiled programs. > > If you meant to cross compile, use `--host'. > > See `config.log' for more details. > > make[1]: *** [configure-target-libmudflap] Error 1 > > make[1]: Leaving directory `/home/alexx/tmp/gcc-build' > > make: *** [all] Error 2 > > Has anyone an idea why GCC is obviously unable to produce runnable C > programs in my configuration? See `config.log' for more details. Andrew.