From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17942 invoked by alias); 25 Jul 2009 18:16:35 -0000 Received: (qmail 17931 invoked by uid 22791); 25 Jul 2009 18:16:34 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mailhub247.itcs.purdue.edu (HELO mailhub247.itcs.purdue.edu) (128.210.5.247) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 25 Jul 2009 18:16:27 +0000 Received: from [10.0.1.3] (pool-71-98-110-249.ipslin.dsl-w.verizon.net [71.98.110.249]) (authenticated bits=0) by mailhub247.itcs.purdue.edu (8.14.2/8.14.2/smtp-auth.purdue.edu) with ESMTP id n6PIGLfr012660 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sat, 25 Jul 2009 14:16:22 -0400 In-Reply-To: <4A6B38CE.2060606@gnu.org> References: <1247690276.4172.20.camel@frying-pan> <4A6B38CE.2060606@gnu.org> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <57072603-7404-4EEC-AFD0-FD3AC7EA8FDE@math.purdue.edu> Cc: Bradley Lucier , GCC Mailing List , Ian Lance Taylor Content-Transfer-Encoding: 7bit From: Bradley Lucier Subject: Re: Bootstrap failure configuring in-tree gmp in mainline Date: Sat, 25 Jul 2009 18:16:00 -0000 To: Paolo Bonzini X-PerlMx-Virus-Scanned: Yes 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/msg00519.txt.bz2 On Jul 25, 2009, at 12:54 PM, Paolo Bonzini wrote: >> 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. > or --enable-build-with-cxx. This fails with > Configuring stage 1 in ./libcpp > > checking dependency style of g++... none > configure: error: no usable dependency style found > make[2]: *** [configure-stage1-libcpp] Error 1 > make[2]: Leaving directory `/home/lucier/programs/gcc/objdirs/ > mainline' > make[1]: *** [stage1-bubble] Error 2 > make[1]: Leaving directory `/home/lucier/programs/gcc/objdirs/ > mainline' > make: *** [bootstrap] Error 2 Brad