Date: Fri, 6 Feb 2004 13:37:21 -0700 From: Greg Lewis <glewis@eyesbeyond.com> To: Achilleus Mantzios <achill@matrix.gatewaynet.com> Cc: freebsd-java@freebsd.org Subject: Re: Problems with Eclipse and jdk 1.3/1.4 Message-ID: <20040206203721.GA66087@misty.eyesbeyond.com> In-Reply-To: <Pine.LNX.4.44.0402061511080.22346-100000@matrix.gatewaynet.com> References: <Pine.LNX.4.44.0402061510220.22346-100000@matrix.gatewaynet.com> <Pine.LNX.4.44.0402061511080.22346-100000@matrix.gatewaynet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040206203721.GA66087>