From owner-freebsd-java Tue Feb 18 16:15:58 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 A66B437B401 for ; Tue, 18 Feb 2003 16:15:56 -0800 (PST) Received: from ool-18bacefa.dyn.optonline.net (ool-18bacefa.dyn.optonline.net [24.186.206.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id C820F43F75 for ; Tue, 18 Feb 2003 16:15:55 -0800 (PST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: from ool-18bacefa.dyn.optonline.net (localhost [127.0.0.1]) by ool-18bacefa.dyn.optonline.net (8.12.6/8.12.6) with ESMTP id h1J0Fo4p062285; Tue, 18 Feb 2003 19:15:50 -0500 (EST) (envelope-from cbr@ool-18bacefa.dyn.optonline.net) Received: (from cbr@localhost) by ool-18bacefa.dyn.optonline.net (8.12.6/8.12.6/Submit) id h1J0Fj6M062282; Tue, 18 Feb 2003 19:15:45 -0500 (EST) From: Christopher Rued MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15954.52401.64216.451980@ool-18bacefa.dyn.optonline.net> Date: Tue, 18 Feb 2003 19:15:45 -0500 To: Gene Harris Cc: Christopher Rued , freebsd-java@FreeBSD.ORG Subject: Re: jdk13 and WITH_NATIVE_THREADS compile failing In-Reply-To: <200302172220.25174.geneh@tetronsoftware.com> References: <200302161054.03375.geneh@tetronsoftware.com> <20030217034344.A39208@iclub.nsu.ru> <15952.14229.694213.246502@ool-18bacefa.dyn.optonline.net> <200302172220.25174.geneh@tetronsoftware.com> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid 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 Gene Harris writes: > How are you compiling HotSpot? I am receiving a message that 4.7-Stable is > not a supported operating system when I execute build.sh. I recalled seeing some instructions on how to do this on the mailing list some time ago, so I searched google and found the following... 1) compile jdk w/ -DWITH_NATIVE_THREADS (now I know we need Max Khon's code). 2) export ALT_BOOTDIR=/usr/local/linux-jdk1.3.1 3) cd /usr/ports/java/jdk13/work/hotspot1.3.1/build/linux 4) gmake core compiler1 compiler2 Here's a link to the message on FreeBSD's mailing list archives: http://www.FreeBSD.org/cgi/getmsg.cgi?fetch=20451+25548+/usr/local/www/db/text/2003/freebsd-java/20030105.freebsd-java I should warn you, though, that the compile did not succeed for me -- it failed somewhere in compiler1. I haven't had time to try anything more out -- it was compiling for a while before it failed. I also seem to recall some comments that one version of GCC or another will allow it to compile, but, like I said, I haven't been able to try anything out. I do plan on trying again this weekend, and I'll let you know if I make any progress. Anything that anyone else can contribute on the subject??? -- Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message