From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23936 invoked by alias); 25 Jul 2009 18:26:09 -0000 Received: (qmail 23925 invoked by uid 22791); 25 Jul 2009 18:26:07 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f222.google.com (HELO mail-fx0-f222.google.com) (209.85.220.222) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Jul 2009 18:25:57 +0000 Received: by fxm22 with SMTP id 22so1959213fxm.8 for ; Sat, 25 Jul 2009 11:25:55 -0700 (PDT) Received: by 10.204.78.131 with SMTP id l3mr1117202bkk.186.1248546354894; Sat, 25 Jul 2009 11:25:54 -0700 (PDT) Received: from yakj.usersys.redhat.com ([85.93.118.17]) by mx.google.com with ESMTPS id 22sm7551577fkr.30.2009.07.25.11.25.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 25 Jul 2009 11:25:54 -0700 (PDT) Message-ID: <4A6B4E30.9080406@gmail.com> Date: Sat, 25 Jul 2009 18:26: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 CC: Paolo Bonzini , GCC Mailing List , Ian Lance Taylor Subject: Re: Bootstrap failure configuring in-tree gmp in mainline References: <1247690276.4172.20.camel@frying-pan> <4A6B38CE.2060606@gnu.org> <57072603-7404-4EEC-AFD0-FD3AC7EA8FDE@math.purdue.edu> <22C4C0C8-C3A4-4505-B089-B07292C81063@math.purdue.edu> In-Reply-To: <22C4C0C8-C3A4-4505-B089-B07292C81063@math.purdue.edu> 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/msg00521.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++ >> >> That seemed to work, thanks, bootstrap has gotten past my old problem. > > Ah, I was too quick, it failed again at the next bootstrap stage. Ah sorry I didn't understand you were doing --enable-languages=c. You need to specify c++ there too. Paolo