From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24524 invoked by alias); 7 Mar 2012 00:28:48 -0000 Received: (qmail 24506 invoked by uid 22791); 7 Mar 2012 00:28:46 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s15.bay0.hotmail.com (HELO bay0-omc4-s15.bay0.hotmail.com) (65.54.190.217) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Mar 2012 00:28:32 +0000 Received: from BAY147-W61 ([65.54.190.199]) by bay0-omc4-s15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 6 Mar 2012 16:28:32 -0800 Message-ID: From: Me Myself and I To: , Subject: RE: Almost successfull compiling GCJ, however.. Date: Wed, 07 Mar 2012 00:28:00 -0000 In-Reply-To: References: <4F540948.9090604@bothner.com> <4F54869B.20409@redhat.com> , 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/msg00011.txt.bz2 I have already done this process.=A0 I find that gen-fib is indeed there be= fore I start either my configure or make.=A0 Is there anyone else out there who can sugg= est how to get past my problem and proceed further? > From: iant@google.com > To: stargate7thsymbol@live.co.uk > CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org > Subject: Re: Almost successfull compiling GCJ, however.. > Date: Tue, 6 Mar 2012 06:58:20 -0800 >=20 > Me Myself and I writes: >=20 > > obj/gmp/fib_table.h > > > > is an empty file. > > > > ? >=20 > That is not good. fib_table.h is a generated file. It is built at > runtime by the gen-fib program. Try simply removing fib_table.h, and > see if it gets rebuilt correctly. If not, look at the commands that > make shows. You should see it running gen-fib. You will need to figure > out why gen-fib is not outputing anything. >=20 > Ian >=20 >=20 > >> Date: Mon, 5 Mar 2012 09:25:47 +0000 > >> From: aph@redhat.com > >> To: gcc-help@gcc.gnu.org > >> Subject: Re: Almost successfull compiling GCJ, however.. > >>=20 > >> On 03/05/2012 05:10 AM, Me Myself and I wrote: > >> >=20 > >> > In response to the previous email to self, I have altered the prefix= to be > >> >=20 > >> > --prefix=3D/home/User/ > >> >=20 > >> > and encounter the precise same sort of error: > >> >=20 > >> > make; > >> >=20 > >> > fib2_ui.c:76:29: error: 'FIB_TABLE_LIMIT' undeclared (first use in t= his function) > >> > fib2_ui.c:76:29: note: each undeclared identifier is reported only o= nce 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 > >> >=20 > >> > Why on earth doesn't this complete without these errors? Can I affo= rd to ignore them > >> > and go on to make install; anyway? > >>=20 > >> It's hard for us to understand why you haven't looked to see > >> what the problem is. FIB_TABLE_LIMIT should be defined in > >> obj/gmp/fib_table.h. > >>=20 > >> Andrew. > >=20=20=09=09=20=09=20=20=20=09=09=20=20 =20=09=09=20=09=20=20=20=09=09=20=20