From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25226 invoked by alias); 21 Feb 2012 11:27:42 -0000 Received: (qmail 25207 invoked by uid 22791); 21 Feb 2012 11:27:41 -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; Tue, 21 Feb 2012 11:27:28 +0000 Received: by lahc1 with SMTP id c1so7933523lah.20 for ; Tue, 21 Feb 2012 03:27:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.43.230 with SMTP id z6mr7515200lbl.104.1329823646513; Tue, 21 Feb 2012 03:27:26 -0800 (PST) Received: by 10.112.52.40 with HTTP; Tue, 21 Feb 2012 03:27:26 -0800 (PST) In-Reply-To: References: Date: Tue, 21 Feb 2012 11:27: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 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/msg00023.txt.bz2 On 21 February 2012 05:32, Me Myself and I wrote: > > I'm having trouble getting > > gcc-java-4.6.2.tar > > working under windows 7 mingw32. I have read the instructions with that download, > and find that key scripts just don't want to work. You realise you also need gcc-core-4.6.2.tar to use that tarball, right? If that's the only file you've downloaded you only have the java-specific parts of GCC, but you need the actual compiler itself.