X-Spam-Check-By: sourceware.org Message-ID: <43A0B5C9.4000705@users.sourceforge.net> Date: Wed, 14 Dec 2005 18:16:09 -0600 From: "Yaakov S (Cygwin Ports)" User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: gcc-java: gij broken? Content-Type: multipart/mixed; boundary="------------020100020505020909010403" Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --------------020100020505020909010403 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gerrit, Either I'm missing something, or gij just plain doesn't work: gcc-java-3.4.4-1 jikes-1.22-1 (Cygwin Ports) Sun JDK 1.5.0_06 JIKESPATH either to JDK rt.jar or to libgcj-3.4.4.jar CLASSPATH either empty or to libgcj-3.4.4.jar $ javac HelloWorld.java && java HelloWorld Hello, World! $ jikes HelloWorld.java && java HelloWorld Hello, World! $ gcj -C HelloWorld.java && java HelloWorld Hello, World! $ gcj --main=HelloWorld -o HelloWorld.exe HelloWorld.java && ./HelloWorld.exe Hello, World! $ javac HelloWorld.java && gij HelloWorld Segmentation fault (core dumped) $ jikes HelloWorld.java && gij HelloWorld Segmentation fault (core dumped) $ gcj -C HelloWorld.java && gij HelloWorld Segmentation fault (core dumped) Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDoLXJpiWmPGlmQSMRAjuyAKDG9g2aMlAT6uu2d8YBVQxODpFvWACgpBoG buZK5G0Db4O7cxrjKVWMSjM= =bsQg -----END PGP SIGNATURE----- --------------020100020505020909010403 Content-Type: text/plain; name="HelloWorld.java" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="HelloWorld.java" // This program prints the "Hello, World!" message to console. public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } --------------020100020505020909010403 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ --------------020100020505020909010403--