From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3052 invoked by alias); 30 May 2011 06:09:12 -0000 Received: (qmail 3041 invoked by uid 22791); 30 May 2011 06:09:11 -0000 X-SWARE-Spam-Status: No, hits=1.6 required=5.0 tests=BAYES_00,DATE_IN_PAST_96_XX,RCVD_IN_DNSWL_NONE,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ipmail05.adl6.internode.on.net (HELO ipmail05.adl6.internode.on.net) (150.101.137.143) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 May 2011 06:08:57 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApYEAKYz40120qTd/2dsb2JhbAAMSTCXa7ZwnX6GHgSGYpkX Received: from ppp118-210-164-221.lns20.adl6.internode.on.net (HELO [192.168.0.2]) ([118.210.164.221]) by ipmail05.adl6.internode.on.net with ESMTP; 30 May 2011 15:38:55 +0930 Message-ID: <4DBA55FA.40602@internode.on.net> Date: Mon, 30 May 2011 09:06:00 -0000 From: Zachary Mitchell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Questions about GCJ 4.6.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00413.txt.bz2 I wish to install the GCJ 4.6.0 version. I wish to compile from source. I have read the documentation, and don't find it useful for my situation. I am running the MinGW32 environment, which has gcc already installed as part of it's default MSYS 1.0 installation. I ask the following: -Does the GCJ 4.6.0 allow java code to be compiled into Linux/Mac/Windows executables, ie machine code for those operating systems? -For a small Test.java program, could I be given an example gcj command line for a particular example for the previous question? -Is 4.6.0 considered stable, and does it support new things in Java like Generics/autoboxing-unboxing/annotations/Enums? -Does it work of a PATH/CLASSPATH variable? -How do I $> ./configure;make;install; with success under mingw32?