From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13864 invoked by alias); 12 Mar 2012 21:30:19 -0000 Received: (qmail 13847 invoked by uid 22791); 12 Mar 2012 21:30:18 -0000 X-SWARE-Spam-Status: No, hits=3.0 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s17.bay0.hotmail.com (HELO bay0-omc4-s17.bay0.hotmail.com) (65.54.190.219) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 21:30:02 +0000 Received: from BAY147-W26 ([65.54.190.199]) by bay0-omc4-s17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 12 Mar 2012 14:30:02 -0700 Message-ID: From: Me Myself and I To: , Subject: RE: GCJ building Date: Mon, 12 Mar 2012 21:30:00 -0000 In-Reply-To: References: ,,, Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes 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/msg00031.txt.bz2 my error occurs as part of make; and still is: fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in this fun= ction) 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 > Date: Mon, 12 Mar 2012 10:41:15 +0000 > Subject: Re: GCJ building > From: dnpaterson@gmail.com > To: stargate7thsymbol@live.co.uk > CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org >=20 > On 11 March 2012 23:51, Me Myself and I wr= ote: > > > > I'm right with you all the way up to step 7: > > > > #7) > > > > cd objdir; > > > > ./../gcc-4.6.2/configure; > > > > [completes with no problem] > > > > #8) make; > > > > [gives me the same error messages] > > > > Any ideas about what's happening? >=20 > Do you mean it failed on step 7 (configure) or step 8 (make)? >=20 > I get the impression that configure succeeded and make failed - but > whichever failed, > can you copy and paste the error messages you're now getting. >=20 > It can't be exactly the same errors, since your directory structure > must be different > if you've followed the other steps I listed in my previous post. >=20 > If you're still getting a message about FIB_TABLE_LIMIT then I may not > be able to > help, since I'm not getting this error, and I'm not knowledgable > enough about the GCC > build process to really help with that. >=20 > Let's have a look at the new error messages and see if there are any > clues. If you can > find the relevant config.log section too, that would also help... >=20 > Regards, >=20 > David P. =20=09=09=20=09=20=20=20=09=09=20=20