public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: Me Myself and I <stargate7thsymbol@live.co.uk>
To: <gcc-help@gcc.gnu.org>, <java@gcc.gnu.org>
Subject: RE: Almost successfull compiling GCJ, however..
Date: Thu, 08 Mar 2012 08:18:00 -0000	[thread overview]
Message-ID: <BAY147-W32B596ADD9C2F04EA29063D0570@phx.gbl> (raw)
In-Reply-To: <mcr62efr3mj.fsf@dhcp-172-18-216-180.mtv.corp.google.com>


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
---------------------------------------------------------------------------------------------------------------------

> 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: Wed, 7 Mar 2012 22:47:00 -0800
> 
> Me Myself and I <stargate7thsymbol@live.co.uk> writes:
> 
> > ./contrib/download_prerequisites;
> > , run inside gcc-4.6.2/, puts gmp/, mpc/, mpfr/ directories correctly linked
> > to those required libraries.
> >
> > The error message that I'm getting is related presumably to these subdirectories.
> >
> > I have also deleted fib_table.h and done make; again.
> >
> > I do notice that the gmsfmt.exe command is missing, and I can't seem to find
> > an exe copy of this, for windows, over the internet.
> >
> > Ian seems to say that gen-fib.exe isn't outputing the information it needs to.
> >
> > Apart from an aparent possibile problem with gmsfmt.exe, which my make can't find,
> >
> > I can't see any other problem, and still get the same error message block that I've been
> >
> > talking about.
> >
> > Can someone help further, or give me a URL for gmsfmt.exe?
> 
> 
> I don't know what gmsfmt.exe is.  I also don't know why you are talking
> about.
> 
> When you remove fib_table.h and run make again, what is the exact
> output?
> 
> If you run the gen-fib.exe program, what happens?
> 
> Ian
> 
> 
> 
> >
> >
> >> Date: Thu, 8 Mar 2012 00:04:01 +0000
> >> Subject: Re: Almost successfull compiling GCJ, however..
> >> From: jwakely.gcc@gmail.com
> >> To: stargate7thsymbol@live.co.uk
> >> CC: gcc-help@gcc.gnu.org; java@gcc.gnu.org
> >> 
> >> On 7 March 2012 23:50, Me Myself and I wrote:
> >> >
> >> > pwd;
> >> > /home/User/gcc-4.6.2/
> >> > ./contrib/download_prerequisites;
> >> > cd ..;
> >> > mkdir objdir;
> >> > cd objdir;
> >> > ./../gcc-4.6.2/configure;
> >> > make;
> >> >
> >> > ------------------------------------------------------------------------------------------------------------
> >> > 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 message doesn't match the commands above, it shows different paths.
> >> 
> >> Assuming that's just because you're copying and pasting the wrong thing...
> >> 
> >> You need to do as Ian suggests here:
> >> http://gcc.gnu.org/ml/gcc-help/2012-03/msg00061.html
> >> 
> >> Delete the header fib_table.h
> >> Run make
> >> See what command is run to recreate fib_table.h
> >> Try running it manually
> >> See why it generates an empty file
> >  		 	   		  
 		 	   		  

  reply	other threads:[~2012-03-08  8:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-05  0:28 Me Myself and I
2012-03-05  0:34 ` Per Bothner
2012-03-05  5:11   ` Me Myself and I
     [not found]     ` <4F54869B.20409@redhat.com>
2012-03-05 23:39       ` Me Myself and I
2012-03-06 14:58         ` Ian Lance Taylor
2012-03-07  0:28           ` Me Myself and I
2012-03-07  1:20             ` Jonathan Wakely
2012-03-07  1:56               ` Jonathan Wakely
2012-03-07  2:42           ` Me Myself and I
2012-03-07  9:23             ` Jonathan Wakely
2012-03-07 11:07               ` Me Myself and I
2012-03-07 18:49                 ` Jonathan Wakely
2012-03-07 23:51                   ` Me Myself and I
2012-03-08  0:04                     ` Jonathan Wakely
2012-03-08  1:27                       ` Me Myself and I
2012-03-08  6:47                         ` Ian Lance Taylor
2012-03-08  8:18                           ` Me Myself and I [this message]
2012-03-08 10:01                             ` Andrew Haley
     [not found]                             ` <CAM1kHc0_-ASxEmHs2rW8HYv7foo70kF4Ztr-J+Q3coD6THLsKA@mail.gmail.com>
2012-03-09  2:32                               ` Me Myself and I
2012-03-09 16:19                             ` Ian Lance Taylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY147-W32B596ADD9C2F04EA29063D0570@phx.gbl \
    --to=stargate7thsymbol@live.co.uk \
    --cc=gcc-help@gcc.gnu.org \
    --cc=java@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).