From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7235 invoked by alias); 24 Feb 2012 09:05:00 -0000 Received: (qmail 7219 invoked by uid 22791); 24 Feb 2012 09:04:59 -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_IB 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; Fri, 24 Feb 2012 09:04:45 +0000 Received: by lahc1 with SMTP id c1so2796220lah.20 for ; Fri, 24 Feb 2012 01:04:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.110.234 with SMTP id id10mr915597lab.46.1330074283466; Fri, 24 Feb 2012 01:04:43 -0800 (PST) Received: by 10.112.52.40 with HTTP; Fri, 24 Feb 2012 01:04:43 -0800 (PST) In-Reply-To: References: Date: Fri, 24 Feb 2012 09:05:00 -0000 Message-ID: Subject: Re: Compiling gcc. 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/msg00029.txt.bz2 Again, please don't cross-post to subscription-only lists, it breaks Reply-to-all. On 24 February 2012 05:30, Me Myself and I wrote: > > I have > > gcc-core-4.6.2.tar > > Operating under a unix-esque environment.=A0 Coincidentally, I have > > gcc-java-4.6.2.tar > > as subdirectories inside the former, which I am told will compile along w= ith the former > automatically, with no further input. You should have unpacked the archives into the same directory, so you have libjava directory under the top-level gcc-4.6.2 directory. You do not want two levels of gcc-4.6.2, i.e. gcc-4.6.2/gcc-4.6.2/libjava > What do I do to get the gcc-core-4.6.2.tar compiled, built and compiling? Read the links I sent you! http://gcc.gnu.org/wiki/InstallingGCC for an overview http://gcc.gnu.org/install/ for the full instructions. If you're trying to build a cross-compiler for Windows, you already posted rmathew's instructions, which seem like a good start. Have you even tried to follow those instructions, or are you just starting yet another thread with the same questions?