From owner-freebsd-java Mon Nov 18 2:24:24 2002 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 8037D37B401 for ; Mon, 18 Nov 2002 02:24:23 -0800 (PST) Received: from smtp.web.de (smtp01.web.de [217.72.192.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 776C643E3B for ; Mon, 18 Nov 2002 02:24:22 -0800 (PST) (envelope-from g.w.k@web.de) Received: from [213.148.149.130] (helo=hunter.muc.macsch.com) by smtp.web.de with esmtp (WEB.DE(Exim) 4.91 #2) id 18Dj4E-0003pl-00; Mon, 18 Nov 2002 11:23:47 +0100 Subject: Re: Trying to compile HotSpot on 4.7-STABLE From: "Georg-W. Koltermann" To: Bill Huey Cc: freebsd-java@freebsd.org In-Reply-To: <20021115003621.GA3359@gnuppy.monkey.org> References: <1037283323.18267.30.camel@hunter.muc.macsch.com> <20021115003621.GA3359@gnuppy.monkey.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 18 Nov 2002 11:24:27 +0100 Message-Id: <1037615069.439.27.camel@hunter.muc.macsch.com> Mime-Version: 1.0 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 Bill, Max Khon pointed me at some different build instructions that you posted in summer, http://www.freebsd.org/cgi/getmsg.cgi?fetch=63624+0+/usr/local/www/db/text/2002/freebsd-java/20020728.freebsd-java They say I should use GCC 3.1 and do gmake in hotspot1.3.1/build/linux instead of using the build.sh in build/bsd/. What is your procedure to build hotspot these days, do you use the build.sh in bsd or the gmake in the linux dir? -- Regards, Georg. Am Fr, 2002-11-15 um 01.36 schrieb Bill Huey: > On Thu, Nov 14, 2002 at 03:15:21PM +0100, Georg-W. Koltermann wrote: > > #ifdef LINUX //-billh > > const int64_t min_jlong = 0x8000000000000000LL; > > const int64_t max_jlong = 0x7fffffffffffffffLL; > > #else > > const jlong min_jlong = 0x8000000000000000L; > > const jlong max_jlong = 0x7fffffffffffffffL; > > #endif > > Hmm, that's kind of wierd. Do what ever you need to do so that it'll > sensibly compile. These go away with GCC 3.1, thanks. I will switch to GCC 3.2 next. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message