Date: Wed, 19 Feb 2003 21:36:28 +0200 From: Alexey Zelkin <phantom@FreeBSD.org.ua> To: Richard Nyberg <rnyberg@it.su.se> Cc: Chris Barown <barowc@telenet.net>, freebsd-java@FreeBSD.ORG Subject: Re: jdk1.3 with native threads Message-ID: <20030219213628.A50535@phantom.cris.net> In-Reply-To: <20030219180820.GA14339@murmeldjur.it.su.se>; from rnyberg@it.su.se on Wed, Feb 19, 2003 at 07:08:20PM %2B0100 References: <5.2.0.9.0.20030219124745.03126cb0@harding.rbs> <20030219180820.GA14339@murmeldjur.it.su.se>
next in thread | previous in thread | raw e-mail | index | archive | help
hi, On Wed, Feb 19, 2003 at 07:08:20PM +0100, Richard Nyberg wrote: > On Wed, Feb 19, 2003 at 12:50:00PM -0500, Chris Barown wrote: > > After watching the list for the last 2 weeks, > > I have decided to install the jdk13 with > > native threads, but I get the following error: > <snip> > > This is on a dual processor machine running 5.0-release. > > Me too. > > > Any ideas? > > Yeah. Put '#include <sys/time.h>' before '#include <sys/resource.h>' > in the offending file. However that only brings me to the following > errors in threads_bsd.c: > > ../../../../src/solaris/hpi/native_threads/src/threads_bsd.c:34:29: pthread_private.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^ That's it. To compile hotspot 1.3.1 you have to have FreeBSD sources installed in /usr/src. At least libc and libc_r, but please keep in mind that sources should be same as your system. You may use 5.0 CDROM to install it. 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?20030219213628.A50535>