Date: Wed, 7 Apr 1999 10:49:12 +0100 From: "Swindells, Robert" <SwindellsR@genrad.co.uk> To: nate@mt.sri.com Cc: freebsd-java@FreeBSD.org Subject: Re: Undefined symbol error in V99-3-24(a.out) Message-ID: <E9AB060CCD6CD211A07C00A0C9EA227B78E658@cheadle.uk.genrad.com>
next in thread | raw e-mail | index | archive | help
You wrote: > > > 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. It does the same on my 2.2.8-STABLE system as well. I last CVSUPed on 6 Dec 98 if it helps. FWIW the increase in size of the tarball was due to the demo subdirectory containing a whole load of object files instead of the actual demo files. Robert Robert Swindells - GenRad Limited rjs@genrad.co.uk 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?E9AB060CCD6CD211A07C00A0C9EA227B78E658>