This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Almost successfull compiling GCJ, however..
- From: Me Myself and I <stargate7thsymbol at live dot co dot uk>
- To: <gcc-help at gcc dot gnu dot org>, <java at gcc dot gnu dot org>
- Date: Fri, 9 Mar 2012 13:31:51 +1100
- Subject: Almost successfull compiling GCJ, however..
- References: <BAY147-W62BEBB51EFE70DB753689CD0500@phx.gbl>,<4F540948.9090604@bothner.com>,<BAY147-W62ADA7E4CC89D933DD8A66D0500@phx.gbl>,<4F54869B.20409@redhat.com>,<BAY147-W551177225724C370C4E1E3D0500@phx.gbl>,<mcr62ehbwtv.fsf@dhcp-172-18-216-180.mtv.corp.google.com>,<BAY147-W21A5ABE27ADD704AF72C78D0560@phx.gbl>,<CAH6eHdQetcTjWdyCAACzcb=qmJGZy9SExJyEezSqSnqpCTEzVg@mail.gmail.com>,<BAY147-W5296CBB1CAEFB13959F208D0560@phx.gbl>,<CAH6eHdR5HV9BdaDOadnT5Xs_ETox9TDuUzxBO8Doe43FhTcWBQ@mail.gmail.com>,<BAY147-W286D22B16DCA6819A00490D0560@phx.gbl>,<CAH6eHdQaxuipWTXST5cGc_wHYqRmCP_LaHKo7jxebQtGoN5efQ@mail.gmail.com>,<BAY147-W8BEF6D3A057B3453ADD05D0570@phx.gbl>,<mcr62efr3mj.fsf@dhcp-172-18-216-180.mtv.corp.google.com>,<BAY147-W32B596ADD9C2F04EA29063D0570@phx.gbl>,<CAM1kHc0_-ASxEmHs2rW8HYv7foo70kF4Ztr-J+Q3coD6THLsKA@mail.gmail.com>
I have gone through all of this, and found no problems.
gen-fib doesn't seem to be a command that runs from prompt.
Furthermore, I have gotten rid of the gen-fib.h file,
and have exactly the same issue as outlined previously (here).
Is there anyone who can get me further past these errors?
> Date: Thu, 8 Mar 2012 09:59:12 +0000
> Subject: Re: Almost successfull compiling GCJ, however..
> From: dnpaterson@gmail.com
> To: stargate7thsymbol@live.co.uk
> CC: gcc-help@gcc.gnu.org
>
> On 8 March 2012 08:18, Me Myself and I <stargate7thsymbol@live.co.uk> wrote:
> >
> > When I remove fib_table.h,
> >
> > and attempt to make; again inside objdir/
> >
> > I get exactly the same error message as before, just earlier on:
> >
> > ---------------------------------------------------------------------------------------------------------------------
> > 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
> > ---------------------------------------------------------------------------------------------------------------------
>
> It's been suggested already, but I can't see where you confirmed you'd
> done it - have you tried deleting your
> source directory and re-un-zipping the original source before you do anything?
>
> It's possible you have some corruption of the source tree caused by
> running configure within it previously.
>
> And please copy and paste the commands and the output after doing
> this, as it looks like you're re-copying
> output messages from old emails, not from your latest attempts.
>
> David P.
- References:
- Almost successfull compiling GCJ, however..
- Re: Almost successfull compiling GCJ, however..
- Almost successfull compiling GCJ, however..
- RE: Almost successfull compiling GCJ, however..
- Re: Almost successfull compiling GCJ, however..
- RE: Almost successfull compiling GCJ, however..
- Re: Almost successfull compiling GCJ, however..
- RE: Almost successfull compiling GCJ, however..
- Re: Almost successfull compiling GCJ, however..
- Almost successfull compiling GCJ, however..
- Re: Almost successfull compiling GCJ, however..
- RE: Almost successfull compiling GCJ, however..
- Re: Almost successfull compiling GCJ, however..
- RE: Almost successfull compiling GCJ, however..