From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23255 invoked by alias); 25 Jul 2009 16:54:49 -0000 Received: (qmail 23241 invoked by uid 22791); 25 Jul 2009 16:54:49 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Jul 2009 16:54:42 +0000 Received: by fg-out-1718.google.com with SMTP id l27so283818fgb.5 for ; Sat, 25 Jul 2009 09:54:40 -0700 (PDT) Received: by 10.86.49.8 with SMTP id w8mr867723fgw.37.1248540879936; Sat, 25 Jul 2009 09:54:39 -0700 (PDT) Received: from yakj.usersys.redhat.com (nat-pool-str.redhat.com [66.187.229.200]) by mx.google.com with ESMTPS id d4sm6267511fga.2.2009.07.25.09.54.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 25 Jul 2009 09:54:39 -0700 (PDT) Message-ID: <4A6B38CE.2060606@gnu.org> Date: Sat, 25 Jul 2009 16:54:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2 MIME-Version: 1.0 To: Bradley Lucier , GCC Mailing List , Ian Lance Taylor Subject: Re: Bootstrap failure configuring in-tree gmp in mainline References: <1247690276.4172.20.camel@frying-pan> In-Reply-To: <1247690276.4172.20.camel@frying-pan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-07/txt/msg00518.txt.bz2 > Am i missing something? No, it is a bug due to the build-with-C++ patches. Please file a PR and, in the meanwhile, try --enable-stage1-languages=c,c++ or --enable-build-with-cxx. Thanks! Paolo