From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15176 invoked by alias); 13 Jun 2011 03:49:28 -0000 Received: (qmail 15167 invoked by uid 22791); 13 Jun 2011 03:49:27 -0000 X-SWARE-Spam-Status: No, hits=-0.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,TW_GC,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iw0-f175.google.com (HELO mail-iw0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jun 2011 03:49:12 +0000 Received: by iwn19 with SMTP id 19so2214892iwn.20 for ; Sun, 12 Jun 2011 20:49:11 -0700 (PDT) Received: by 10.231.128.199 with SMTP id l7mr4970124ibs.150.1307936951295; Sun, 12 Jun 2011 20:49:11 -0700 (PDT) Received: from [192.168.2.10] (ool-18b8fc79.dyn.optonline.net [24.184.252.121]) by mx.google.com with ESMTPS id v15sm2606427ibh.45.2011.06.12.20.49.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Jun 2011 20:49:11 -0700 (PDT) Message-ID: <4DF588B4.7060301@gmail.com> Date: Mon, 13 Jun 2011 03:49:00 -0000 From: Franklin Chou User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: java@gcc.gnu.org Subject: "limitations of static linking." for the Cygwin/Ming port of gcj Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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/msg00016.txt.bz2 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 new to cygwin and gcj but I've used linux command line for a little over 2 years now. Much appreciated. Franklin