From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1733 invoked by alias); 14 Mar 2012 00:13:26 -0000 Received: (qmail 1707 invoked by uid 22791); 14 Mar 2012 00:13:22 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_BJ,TW_GC X-Spam-Check-By: sourceware.org Received: from bay0-omc4-s14.bay0.hotmail.com (HELO bay0-omc4-s14.bay0.hotmail.com) (65.54.190.216) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Mar 2012 00:13:09 +0000 Received: from BAY147-W38 ([65.54.190.199]) by bay0-omc4-s14.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 13 Mar 2012 17:13:08 -0700 Message-ID: From: Me Myself and I To: , Subject: GCJ building Date: Wed, 14 Mar 2012 00:13:00 -0000 In-Reply-To: References: ,,,,,<4F5E7971.4050408@digium.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/msg00038.txt.bz2 I have performed precisely these steps, and still get the error messages after make; 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 My build directory is named compiler. The only thing I can think of is a possible issue with the java related sou= rce code. I use the files gcc-core-4.6.2.tar gcc-java-4.6.2.tar I paste the extracted java files and directories over the gcc files and dir= ectories. It says that there is some replacing involved, so I let it replace them. Aside from this, I'm not sure what else to do.=A0 If there is no help for m= y situation here, could someone give me a URL link for a successfully compiled mingw esque or= otherwise, from source code built, gcj for Windows to just download? > Date: Tue, 13 Mar 2012 12:25:43 +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 13 March 2012 03:17, Me Myself and I wr= ote: > > > > But the thing is that I havn't, my objdir exists one cd .. > > step back, outside my gcc-4.6.2 directory, despite what this error mess= age says. >=20 > OK, against my better judgement, I'll try one more time. >=20 > You're either copying messages from older posts, thinking the say the > same as you see on your screen, or you're not typing the commands you > should be (and think you are). >=20 > "Feel free to follow along with my simple step-by-step instructions. I > make building FUN!!" > "To begin draw an S, for snake. or GCC. Er, whatever." >=20 > Erm, sorry :-) >=20 > Anyway, try the following commands :- >=20 > $ cd ~ >=20 > You should now be in your home directory... >=20 > $ mkdir alice >=20 > $ cd alice >=20 > $ pwd > /home/davidp/alice >=20 > OK - now unpack GCC into this directory. DO NOT COPY from your old > build attempts - unpack / unzip the original download. > If you copy the old source tree you will probably get errors again, as > it's probably corrupt. >=20 > $ ls > gcc-4.6.2 >=20 > Get the other bits you want to build >=20 > $ cd gcc-4.6.2 > $ ./contrib/download_prerequisites >=20 > Return to the previous directory >=20 > $ cd .. > $ pwd > /home/davidp/alice >=20 > NOTE - if you are not in directory "alice" then the following steps > will not work, and you will likely get the same errors as before >=20 > Now create a directory to build in >=20 > $ mkdir bob > $ cd bob > $ pwd > /home/davidp/alice/bob >=20 > $ ls > bob gcc-4.6.2 >=20 > NOTE - double check the directory you're now in. It should NOT be > anywhere under gcc-4.6.2. >=20 > Now we can build... >=20 > $ ../gcc-4.6.2/configure >=20 > followed by >=20 > $ make >=20 > Follow these steps, and if the build doesn't work (again) then copy > the error messages from your console window, not from previous emails. >=20 > With these steps there should NOT be any occurence of "objdir" > anywhere in the source or object trees. >=20 > Regards, >=20 > David P. =20=09=09=20=09=20=20=20=09=09=20=20