From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13030 invoked by alias); 1 Mar 2012 00:55:00 -0000 Received: (qmail 12970 invoked by uid 22791); 1 Mar 2012 00:54:58 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BJ X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Mar 2012 00:54:45 +0000 Received: by lagw12 with SMTP id w12so68853lag.20 for ; Wed, 29 Feb 2012 16:54:44 -0800 (PST) Received-SPF: pass (google.com: domain of jwakely.gcc@gmail.com designates 10.152.135.198 as permitted sender) client-ip=10.152.135.198; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jwakely.gcc@gmail.com designates 10.152.135.198 as permitted sender) smtp.mail=jwakely.gcc@gmail.com; dkim=pass header.i=jwakely.gcc@gmail.com Received: from mr.google.com ([10.152.135.198]) by 10.152.135.198 with SMTP id pu6mr2480341lab.46.1330563284211 (num_hops = 1); Wed, 29 Feb 2012 16:54:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.135.198 with SMTP id pu6mr2032584lab.46.1330563284145; Wed, 29 Feb 2012 16:54:44 -0800 (PST) Received: by 10.112.29.67 with HTTP; Wed, 29 Feb 2012 16:54:44 -0800 (PST) In-Reply-To: References: Date: Thu, 01 Mar 2012 00:55:00 -0000 Message-ID: Subject: Re: gcc-4.6.2 can't complete make From: Jonathan Wakely To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg00001.txt.bz2 On 1 March 2012 00:46, Me Myself and I wrote: > > I have started again, moving objdir outside the gcc-4.6.2 source code directory. > > My configure completes, however I still get errors which look remarkably like this: > > > /home/User/objdir > > make install; > > fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this function) > fib2_ui.c:76:29: note: each undeclared identifier is reported only once for each function it appears in > make[5] *** [fib2_ui.lo] Error 1 > make[5] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp/mpn' > make[4] ***all-recursive] Error 1 > make[4] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp' > make[3] *** [all] Error 2 > make[3] Leaving directory '/home/User/gcc-4.6.2/objdir/gmp' > make[2] *** [all-stage1-gmp] Error 2 > make[2] Leaving directory '/home/User/gcc-4.6.2/objdir' > make[1] *** [stage1-bubble] Error 2 > make[1] Leaving directory '/home/User/gcc-4.6.2/objdir' > make: *** [all] Error 2 This error comes from running inside the source dir. Either you're still running there, or this isn't the error you're getting. FIB_TABLE_LIMIT should be defined by a file called fib_table.h which gets generated in objdir/gmp Did you delete the entire gcc-4.6.2 directory and unpack the tarballs again?