From owner-freebsd-java@FreeBSD.ORG Fri Feb 6 12:37:39 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1926B16A4CE for ; Fri, 6 Feb 2004 12:37:39 -0800 (PST) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53FF543D46 for ; Fri, 6 Feb 2004 12:37:36 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.207] (helo=mgr7.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1ApCjH-0007zM-02; Fri, 06 Feb 2004 13:37:35 -0700 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr7.xmission.com with esmtp (Exim 4.22) id 1ApCjE-0008FJ-QH; Fri, 06 Feb 2004 13:37:32 -0700 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i16KbSN2066275; Fri, 6 Feb 2004 13:37:29 -0700 (MST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.10/8.12.10/Submit) id i16KbMsa066274; Fri, 6 Feb 2004 13:37:22 -0700 (MST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Fri, 6 Feb 2004 13:37:21 -0700 From: Greg Lewis To: Achilleus Mantzios Message-ID: <20040206203721.GA66087@misty.eyesbeyond.com> References: Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on mgr7.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-1.5 required=8.0 tests=BAYES_01 autolearn=no version=2.61 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 3.1 (built Mon Jan 26 13:00:24 MST 2004) X-SA-Exim-Scanned: Yes cc: freebsd-java@freebsd.org Subject: Re: Problems with Eclipse and jdk 1.3/1.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 20:37:39 -0000 On Fri, Feb 06, 2004 at 03:12:01PM +0200, Achilleus Mantzios wrote: > Does anyone know of any progress regarding the libkse issue? > (Meaning correct behaviour with kse without any libc_r remappings). > > Sorry if this has been addressed before (i just also wanted > to check if my long awaited reverse ip dns is finally working:) Well, I'm not sure what you mean by progress, but the long and short of it is that you can't "mix" libkse and libc_r. The mapping works around this by making sure that only one of the two is being used. So, you can get correct behaviour (*) with libkse, but you have to have everything compiled with it. During this transition period we are getting a lot of people who have one application compiled with one library trying to work with another application compiled with the other. E.g. eclipse or mozilla is compiled with libc_r and the jdk is compiled with libkse (or vice versa). * - there are some JVM debugging hooks which aren't working right with libkse last I heard. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org