Date: Sun, 02 Apr 2000 04:16:26 +0900 From: Maruyama Fuyuhiko <fuyuhik8@is.titech.ac.jp> To: glewis@trc.adelaide.edu.au Cc: freebsd-java@freebsd.org Subject: Re: Pre-alpha JDK 1.2.2 patches -- update Message-ID: <20000402041626X.fuyuhik8@is.titech.ac.jp> In-Reply-To: <200004010034.KAA21600@ares.trc.adelaide.edu.au> References: <20000401083125X.fuyuhik8@is.titech.ac.jp> <200004010034.KAA21600@ares.trc.adelaide.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000402041626X.fuyuhik8>