From owner-freebsd-java Tue Apr 6 15:44: 6 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 4486114F53; Tue, 6 Apr 1999 15:43:58 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id QAA26087; Tue, 6 Apr 1999 16:41:54 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id QAA18181; Tue, 6 Apr 1999 16:41:52 -0600 Date: Tue, 6 Apr 1999 16:41:52 -0600 Message-Id: <199904062241.QAA18181@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Brian Korver Cc: grafe@lab12.ie.pitt.edu (G. Rafe), freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG Subject: Re: Undefined symbol error in V99-3-24(a.out) In-Reply-To: <199904062152.OAA17779@antimony.network-alchemy.com> References: <199904042240.SAA24910@lab12.ie.pitt.edu> <199904062152.OAA17779@antimony.network-alchemy.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Except for the annoying window creation bug in JDK1.1.7v98-12-21, > > I've found it to behave nicely on my 2.2.8-RELEASE Toshiba notebook. > > ... > > /usr/libexec/ld.so: Undefined symbol "__select" called from > > java_X:/usr/local/jdk1.1.7/lib/i386/green_threads/libjava.so.1.1.7 > > at 0x2014c5bc > > I've got the same problem on 2.2.7 (a.out version). Sometime between > the previous release (jdk1.1.7.V98-21-21) and the current one > (jdk1.1.7.V99-3-24), the call disappeared. Compare jdk1.1.7.V98-21-21: > > # ls -l libjava.so > -r-xr-xr-x 1 root wheel 483626 Dec 21 21:04 libjava.so* > # nm libjava.so | grep __select > 000457ec T __select > > to jdk1.1.7.V99-3-24: > > # ls -l libjava.so > -r-xr-xr-x 1 root wheel 483631 Mar 25 09:31 libjava.so* > # nm libjava.so | grep __select Weird. Somehow it works on my box, but I don't know why. I've got to re-roll both the ELF and A.OUT releases again due to different problems, so I'll try and resolve these. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message