From owner-freebsd-java Wed Feb 19 11:29:47 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 744E537B401 for ; Wed, 19 Feb 2003 11:29:46 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92A5343F75 for ; Wed, 19 Feb 2003 11:29:43 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h1JLauvb098901; Wed, 19 Feb 2003 21:36:57 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h1JJaSrR050582; Wed, 19 Feb 2003 21:36:28 +0200 (EET) (envelope-from ml) Date: Wed, 19 Feb 2003 21:36:28 +0200 From: Alexey Zelkin To: Richard Nyberg Cc: Chris Barown , freebsd-java@FreeBSD.ORG Subject: Re: jdk1.3 with native threads Message-ID: <20030219213628.A50535@phantom.cris.net> References: <5.2.0.9.0.20030219124745.03126cb0@harding.rbs> <20030219180820.GA14339@murmeldjur.it.su.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030219180820.GA14339@murmeldjur.it.su.se>; from rnyberg@it.su.se on Wed, Feb 19, 2003 at 07:08:20PM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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: > > > This is on a dual processor machine running 5.0-release. > > Me too. > > > Any ideas? > > Yeah. Put '#include ' before '#include ' > 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