my error occurs as part of make; and still is: 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 > Date: Mon, 12 Mar 2012 10:41:15 +0000 > Subject: Re: GCJ building > From: dnpaterson@xxxxxxxxx > To: stargate7thsymbol@xxxxxxxxxx > CC: gcc-help@xxxxxxxxxxx; java@xxxxxxxxxxx > > On 11 March 2012 23:51, Me Myself and I <stargate7thsymbol@xxxxxxxxxx> wrote: > > > > 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? > > Do you mean it failed on step 7 (configure) or step 8 (make)? > > 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. > > 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. > > 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. > > 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... > > Regards, > > David P.