From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8106 invoked by alias); 8 Mar 2012 00:04:17 -0000 Received: (qmail 8083 invoked by uid 22791); 8 Mar 2012 00:04:16 -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 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; Thu, 08 Mar 2012 00:04:03 +0000 Received: by lagw12 with SMTP id w12so8900426lag.20 for ; Wed, 07 Mar 2012 16:04:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.113.136 with SMTP id iy8mr2825884lab.50.1331165042088; Wed, 07 Mar 2012 16:04:02 -0800 (PST) Received: by 10.112.117.129 with HTTP; Wed, 7 Mar 2012 16:04:01 -0800 (PST) In-Reply-To: References: <4F540948.9090604@bothner.com> <4F54869B.20409@redhat.com> Date: Thu, 08 Mar 2012 00:04:00 -0000 Message-ID: Subject: Re: Almost successfull compiling GCJ, however.. From: Jonathan Wakely To: Me Myself and I Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00019.txt.bz2 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