From owner-freebsd-hackers Wed Jan 7 10:32:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25220 for hackers-outgoing; Wed, 7 Jan 1998 10:32:29 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from damon.com (root@damon.com [207.170.114.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25203 for ; Wed, 7 Jan 1998 10:32:10 -0800 (PST) (envelope-from dap@damon.com) Received: (from dap@localhost) by damon.com (8.8.3/8.8.3) id MAA13303; Wed, 7 Jan 1998 12:31:14 -0600 (CST) From: Damon Anton Permezel Message-Id: <199801071831.MAA13303@damon.com> Subject: Re: Motif question To: gclarkii@main.brewich.com (Gary B. Clark II) Date: Wed, 7 Jan 1998 12:31:14 -0600 (CST) Cc: freebsd-hackers@FreeBSD.ORG Reply-To: freebsd-java@FreeBSD.ORG In-Reply-To: <199801071652.KAA02364@main.brewich.com> from "Gary B. Clark II" at "Jan 7, 98 10:52:54 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk "Gary B. Clark II sez: " > Nate Williams wrote: > > > The jdk115 port uses lesstif-0.81. > > > > *yuck* > That is why I'm still using jdk1.1.2... > It is linked aginst(sic) lesstif vice linking motif and supplying lesstif... Where did you get this from? I had to move away from 112 because the simple "this is my first Java app" I was writing kept causing the compiler to crap out. (not a porting issue, as the AIX version suffered similarly). Additionally, several bugs I fixed in the port, I rely upon (some causal implications here for the philosophical). Namely, FP was broken, randomly losing the FP state. Also, the native method invokation neglected to save/restore a register, which resulted in fanciful wanderings/references upon return. The 115 port, while still quite buggy, in part possibly due to a bunch of awt/motif changes between 114 and 115, seems at times to be more buggy than 114 (and 114 fixed most of the compiler problems). There are varying requirements, which appear to be met with varying degrees of success by the various ports. Perhaps we can attempt a coordinated effort to address some of these problems? (Attempting to move this to freebsd-java...)