From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13338 invoked by alias); 22 Feb 2012 02:11:11 -0000 Received: (qmail 13248 invoked by uid 22791); 22 Feb 2012 02:11:10 -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, 22 Feb 2012 02:10:57 +0000 Received: by lahc1 with SMTP id c1so8937000lah.20 for ; Tue, 21 Feb 2012 18:10:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.30.101 with SMTP id r5mr8732410lbh.90.1329876655429; Tue, 21 Feb 2012 18:10:55 -0800 (PST) Received: by 10.112.52.40 with HTTP; Tue, 21 Feb 2012 18:10:55 -0800 (PST) In-Reply-To: References: Date: Wed, 22 Feb 2012 02:11:00 -0000 Message-ID: Subject: Re: Please, there now has to be someone who can get this working! 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-02/txt/msg00026.txt.bz2 On 22 February 2012 02:08, Jonathan Wakely wrote: > On 22 February 2012 01:53, Me Myself and I wrote: >> >> I have downloaded >> >> gcc-core-4.6.2.tar >> gcc-java-4.6.2.tar >> >> I have found that the both contain a directory named >> >> gcc-4.6.2=A0=A0=A0=A0=A0=A0 107 Mb >> gcc-4.6.2=A0=A0=A0=A0=A0=A0 151 Mb >> >> What do I name what, and what should I do from here to >> build the gcc (presumably first), followed by my gcj? > > You don't name anything, just unpack them into the same directory and > follow the instructions at http://rmathew.com/articles/gcj/bldgcj.html > (and http://gcc.gnu.org/wiki/InstallingGCC for more general > instructions) > > GCJ will be built as part of GCC, you don't build it separately afterward= s. The full process of building GCC is documented at http://gcc.gnu.org/install/ which you apparently haven't read, despite spending several days insisting someone must be able to help you, because downloading the sources is described at http://gcc.gnu.org/install/download.html and you don't even seem to have got that far yet. You should really all read those docs first.