From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27094 invoked by alias); 6 Feb 2004 09:54:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 27042 invoked by uid 48); 6 Feb 2004 09:54:23 -0000 Date: Fri, 06 Feb 2004 09:54:00 -0000 Message-ID: <20040206095423.27040.qmail@sources.redhat.com> From: "oyvind dot harboe at zylin dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040128092528.13892.oyvind.harboe@zylin.com> References: <20040128092528.13892.oyvind.harboe@zylin.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/13892] Incompatibility w/Suns JRE X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg00749.txt.bz2 List-Id: ------- Additional Comments From oyvind dot harboe at zylin dot com 2004-02-06 09:54 ------- Correction of first comment: this problem happens with GCJ. I have not tested with GIJ. Extract from mailing list discussion follows: Attached is a small case to reproduce the problem. To compile: \wingcc\bin\gcj -c -o javax-security.o javax-security.jar \wingcc\bin\gcj -c -o inetlib.o --classpath jsse.jar;javax-security.jar inetlib.jar \wingcc\bin\gcj -c -o gnumail.o --classpath inetlib.jar;activation.jar gnumail.jar \wingcc\bin\gcj -c -o activation.o activation.jar \wingcc\bin\gcj -c -o smtp.o --classpath gnumail.jar;inetlib.jar smtp.jar \wingcc\bin\gcj -c -o jsse.o jsse.jar \wingcc\bin\gcj -c -o send.o Send.java --classpath gnumail.jar \wingcc\bin\gcj -c -o dummy.o Dummy.java \wingcc\bin\gcj -s -o send.exe activation.o gnumail.o inetlib.o smtp.o jsse.o send.o dummy.o javax-security.o --main=Send To test: c:\temp\foo> send mysmtp.sever.com sender@bogus.example.com receiver@bogus.example.com -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13892