From owner-freebsd-java Sat Apr 1 11:14:28 2000 Delivered-To: freebsd-java@freebsd.org Received: from tkh.att.ne.jp (tkh.att.ne.jp [165.76.17.8]) by hub.freebsd.org (Postfix) with ESMTP id BFD3037B7C3 for ; Sat, 1 Apr 2000 11:14:24 -0800 (PST) (envelope-from fuyuhik8@is.titech.ac.jp) Received: from localhost (211.pool30.tokyo.att.ne.jp [165.76.235.226]) by tkh.att.ne.jp (8.8.8+Spin/3.6W-CONS(10/24/99)) id EAA22795; Sun, 2 Apr 2000 04:14:16 +0900 (JST) To: glewis@trc.adelaide.edu.au Cc: freebsd-java@freebsd.org Subject: Re: Pre-alpha JDK 1.2.2 patches -- update From: Maruyama Fuyuhiko In-Reply-To: <200004010034.KAA21600@ares.trc.adelaide.edu.au> References: <20000401083125X.fuyuhik8@is.titech.ac.jp> <200004010034.KAA21600@ares.trc.adelaide.edu.au> X-Mailer: Mew version 1.94.2 on XEmacs 21.2 (Kastor & Polydeukes) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000402041626X.fuyuhik8@is.titech.ac.jp> Date: Sun, 02 Apr 2000 04:16:26 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 23 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, All. I found another problem with pre-alpha patches. It may be a Motif-side problem. I'm building JDK with Motif-2.1.20 by Software2Go and found the awt doesn't work. To write more precicely, the Motif library I use needs libXp linked with, but current JDK patches doesn't so. I don't know whether this problem appear with another Motif or Lesstif. This can be simply resolved by adding -lXp in OTHER_LDLIBS line at build/freebsd/sun/awt/GNUmakefile: OTHER_LDLIBS = -lmlib_image$(SUFFIX) $(LIBCXX) $(JVMLIB) -lXm -lXp -lXt -lXext -lXtst -lX11 -lm If I link libXp.so into libawt.so, sample programs seem to work at least for a few minutes. Some minutes after, programs went away ;-< I think current porting have some serious problems on multi-threading support. But at this time, I don't know those precicely. -- Fuyuhiko Maruyama Department of Math. and Comp. Science, Tokyo Institute of Technology. mailto:fuyuhik8@is.titech.ac.jp http://matsu-www.is.titech.ac.jp/%7emaruyama/index-e.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message