From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14843 invoked by alias); 25 May 2007 14:06:32 -0000 Received: (qmail 14825 invoked by uid 22791); 25 May 2007 14:06:27 -0000 X-Spam-Check-By: sourceware.org Received: from dynamischer-diskord.de (HELO dynamischer-diskord.de) (85.10.198.135) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 May 2007 14:06:25 +0000 Received: from [192.168.1.50] (dslb-084-058-225-024.pools.arcor-ip.net [84.58.225.24]) by dynamischer-diskord.de (Postfix) with ESMTP id E48225C8093; Fri, 25 May 2007 16:06:17 +0200 (CEST) Message-ID: <4656ED27.4070008@tempel.dynamischer-diskord.de> Date: Fri, 25 May 2007 14:13:00 -0000 From: Alexander Wieder User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: Andrew Haley Cc: Alexander Wieder , gcc-help@gcc.gnu.org Subject: Re: Building GCC 4.2.0 fails on Linux x86-64 References: <4656C7AF.2070702@tempel.dynamischer-diskord.de> <18006.51876.951916.812090@zebedee.pink> In-Reply-To: <18006.51876.951916.812090@zebedee.pink> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00255.txt.bz2 Hi! Andrew Haley wrote: > See `config.log' for more details. Good point. I'll try to really *read* error messages next time.. However, according to the log, two libraries were in fact missing: libgmp and libmpfr. This seems a bit odd to me since GCC 4.2.0 compiled just fine on OSX where these libs are definitely not installed. After installing these libraries, the build still fails with the same error and there are no errors or warnings in the config.log. The last entry in the config.log says: configure:7345: gcc -c -g -O2 -fkeep-inline-functions conftest.c 1>&5 So I guess, this is the command which failed to produce a runnable binary. I wanted to take a look at this conftest.c, but there is no such file in the source tree. Hints? Best regards, Alexander Wieder