From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20583 invoked by alias); 13 Jun 2011 09:16:41 -0000 Received: (qmail 20570 invoked by uid 22791); 13 Jun 2011 09:16:41 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_GC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jun 2011 09:16:27 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5D9GR8Q000476 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Jun 2011 05:16:27 -0400 Received: from zebedee.pink (ovpn-113-116.phx2.redhat.com [10.3.113.116]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5D9GPlG011314; Mon, 13 Jun 2011 05:16:26 -0400 Message-ID: <4DF5D569.9010803@redhat.com> Date: Mon, 13 Jun 2011 09:16:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Thunderbird/3.1.10 MIME-Version: 1.0 To: java@gcc.gnu.org Subject: Re: "limitations of static linking." for the Cygwin/Ming port of gcj References: <4DF588B4.7060301@gmail.com> In-Reply-To: <4DF588B4.7060301@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2011-06/txt/msg00018.txt.bz2 On 13/06/11 04:49, Franklin Chou wrote: > Hi all: > > First off I'd like to say it's great to have a compiler running without > all the Sun Microsystems/Oracle branding. > > I'm running gcj version 3.4.4 on Cygwin 1.7.9 with java version 1.6 > > According to this message: > http://gcc.gnu.org/ml/java/2005-04/msg00050.html > > and the correspondence, gcj has trouble with dynamic linking for the > regexp classes. But as of 2009: > > September 22, 2009 > GCJ support on Windows (Cygwin and MinGW) targets has been enhanced with > a number of bugfixes, and the option to build libgcj in DLL form for > dynamic runtime linking. > > "dynamic runtime linking" which I understand can fix the exception has > been enabled. My question is when compiling code with the String.split() > method, I still get the error at runtime: > > Exception in thread "main" java.lang.Error: Not implemented > <> > > so how would I go about fixing this? I'm a gcj maintainer but I just don't know about Windows DLLs. Your problem is going to be finding someone with the right combination of interests. I'll help if I can, but I doubt that will be very much. Andrew.