From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29066 invoked by alias); 14 Mar 2012 09:14:08 -0000 Received: (qmail 29045 invoked by uid 22791); 14 Mar 2012 09:14:06 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_GC X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Mar 2012 09:13:54 +0000 Received: by lagw12 with SMTP id w12so1387751lag.20 for ; Wed, 14 Mar 2012 02:13:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.127.136 with SMTP id ng8mr1360468lab.16.1331716432261; Wed, 14 Mar 2012 02:13:52 -0700 (PDT) Received: by 10.112.23.132 with HTTP; Wed, 14 Mar 2012 02:13:52 -0700 (PDT) In-Reply-To: References: <4F5E7971.4050408@digium.com> Date: Wed, 14 Mar 2012 09:14:00 -0000 Message-ID: Subject: Re: GCJ building From: David Paterson To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00041.txt.bz2 On 14 March 2012 00:13, Me Myself and I wrot= e: > > 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 f= unction) > fib2_ui.c:76:29: note: each undeclared identifier is reported only once f= or 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. Sorry, but you obviously haven't followed the step-by-step instructions. You may think you are, but you appear to be building in the wrong directory - there's no sign of a "compiler" directory name in the error messages, and the build should not be happening in the source tree. This appears to be just a copy and paste of messages from previous emails. We've asked you several times to paste in the commands you're using, but you haven't done that. I have no idea what you're doing, but it certainly isn't what everyone keeps telling you to do. > The only thing I can think of is a possible issue with the java related s= ource 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 d= irectories. > It says that there is some replacing involved, so I let it replace them. But did you extract gcc into a clean, empty directory? If you're still using the same, corrupt, source tree, then of course you'll get errors. Try building gcc WITHOUT Java, to see if that works. If it does, then perhaps there's something wrong with the Java build process. If it doesn't then there's something wrong in your commands / directories. > Aside from this, I'm not sure what else to do.=A0 If there is no help for= my 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? One major problem is that you're not providing the information needed to help you. Until you answer some of the questions people keep asking, I doubt if we'll ever figure out what's going wrong... Regards, David P.