From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3506 invoked by alias); 5 Jan 2010 02:43:30 -0000 Received: (qmail 3498 invoked by uid 22791); 5 Jan 2010 02:43:29 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mx.pon.net (HELO athena.pon.net) (216.229.96.251) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Jan 2010 02:43:24 +0000 Received: from [192.168.168.2] (unverified [208.106.107.248]) by athena.pon.net (Vircom SMTPRS 4.7.840.5) with ESMTP id ; Mon, 4 Jan 2010 18:43:22 -0800 X-Modus-BlackList: 208.106.107.248=OK;jlpoole@pon.net=OK X-Modus-RBL: 208.106.107.248=OK X-Modus-Trusted: 208.106.107.248=NO X-Modus-Audit: FALSE;0;0;0 Message-ID: <4B42A747.5080606@pon.net> Date: Tue, 05 Jan 2010 02:43:00 -0000 From: John Poole Reply-To: jlpoole@pon.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b2pre Thunderbird/3.0 MIME-Version: 1.0 To: Bryce McKinlay CC: Andrew Haley , java@gcc.gnu.org Subject: Re: GCCMain not found & test suite errors fatal? References: <4B3CDCA7.70808@pon.net> <4B40C5A7.5020903@redhat.com> <4B40DE6F.1010003@pon.net> <4B40E279.3090601@redhat.com> <4B40E5A7.7090900@pon.net> <4B40E928.2090900@redhat.com> <7230133d1001040328x4557cd0cn8eba6443e8c74616@mail.gmail.com> In-Reply-To: <7230133d1001040328x4557cd0cn8eba6443e8c74616@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-01/txt/msg00006.txt.bz2 On 1/4/2010 3:28 AM, Bryce McKinlay wrote: > On Sun, Jan 3, 2010 at 6:59 PM, Andrew Haley > wrote: > > > > It was created by configure, which was > > generated by GNU Autoconf 2.64. Invocation command line was > > > > $ ../trunk/configure --enable-languages=java > > Oh right, that's the problem then. You need to set the prefix with > --prefix=/usr/local/gcj and then do "make install" to install gcj in > the correct place. > > I'm sure that's in the instructions. > > > As part of GCC, gcj "should" from in any location, however, even if > you move it after installation. If this path is hardcoded then I'd say > that's a bug. > > Bryce > Here's what caused me to do what I did: http://gcc.gnu.org/install/finalinstall.html has: vvvvv ... We strongly recommend to install into a target directory where there is no previous version of GCC present. ... Installation into a temporary staging area or into a chroot jail can be achieved with the command make DESTDIR=path-to-rootdir install where path-to-rootdir is the absolute path of a directory relative to which all installation paths will be interpreted. Note that the directory specified by DESTDIR need not exist yet; it will be created if necessary. ^^^^^ I've recompiled (21 hours) using the --prefix parameter and compilation has completed; I've run the test suite - same result as before: 6 errors. I'm waiting for a blessing to proceed with just "make install" in Bug 42409 as I read the above strong recommendation with great deference and really do not want to affect my existing GCC. John L. Poole