From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24683 invoked by alias); 7 Jun 2011 00:37:03 -0000 Received: (qmail 24674 invoked by uid 22791); 7 Jun 2011 00:37:03 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ipmail07.adl2.internode.on.net (HELO ipmail07.adl2.internode.on.net) (150.101.137.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jun 2011 00:36:49 +0000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al4CAB9x7U15LXyl/2dsb2JhbAAMR5dwuhGfM4YhBIZzmWI Received: from ppp121-45-124-165.lns20.adl6.internode.on.net (HELO [192.168.0.2]) ([121.45.124.165]) by ipmail07.adl2.internode.on.net with ESMTP; 07 Jun 2011 10:06:47 +0930 Message-ID: <4DED729E.3070801@internode.on.net> Date: Tue, 07 Jun 2011 04:35:00 -0000 From: Zachary Mitchell Reply-To: zac.j.m@internode.on.net 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: Further GCJ questions. 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-06/txt/msg00131.txt.bz2 I have read the replies to this message, and have unfortunately found it doesn't seem to answer my questions [I have been handed back and forth a bit between the MINGW32 help people and here, apparently the place for GCJ Help] I wish to install the GCJ version 4.6.0 on MINGW32: I wish to compile it 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: -How do I $> ./configure;make;install; GCJ 4.6 with success under mingw32? -Does the GCJ 4.6.0 allow java code to be compiled into Linux/Mac/Windows executables, ie machine code for those operating systems? -Even failing my verey first question, for a small Test.java program, could I be given an example gcj command line for a platform specific binary compilation? -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?