From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29893 invoked by alias); 7 Mar 2012 09:23:54 -0000 Received: (qmail 29872 invoked by uid 22791); 7 Mar 2012 09:23:52 -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; Wed, 07 Mar 2012 09:23:39 +0000 Received: by lagw12 with SMTP id w12so7920459lag.20 for ; Wed, 07 Mar 2012 01:23:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.113.136 with SMTP id iy8mr815690lab.50.1331112217979; Wed, 07 Mar 2012 01:23:37 -0800 (PST) Received: by 10.112.117.129 with HTTP; Wed, 7 Mar 2012 01:23:37 -0800 (PST) In-Reply-To: References: <4F540948.9090604@bothner.com> <4F54869B.20409@redhat.com> Date: Wed, 07 Mar 2012 09:23: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 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/msg00015.txt.bz2 On 7 March 2012 02:41, Me Myself and I wrote: > > I am configuring in an empty directory.=A0 What I mean to say > > is that gen-fib is in the source directory, having gone download_prerequi= sites > > inside the source directory. gen-fib is created IN THE BUILD DIRECTORY, it should not be in the source directory. So you have been building in the source directory. Delete it all and start again with clean directories. > So is there any further idea why obj/gmp/fib_table.h is blank, Possibly because your source directory has been fouled up by building in it, then building elsewhere, and who knows what else. Delete it all and start again. Delete the source directories, delete the build directory, unpack the GCC tarball again into an empty directory, then run ./contrib/download_prerequisites again, then create a new empty build directory, then configure. > and my make doesn't seem to want to finish? Because fib_table.h is empty. It can't finish without it, surely that much is obvious. > [and by the way, do I still have to use --with-gmp=3D, --with-mpfr=3D, wi= th-mpc=3D=3D > =A0if download_prerequisites have put them all in sub directories inside > the source code directory anyway?] No! I've already told you that.