Skip site navigation (1)Skip section navigation (2)
Date:      18 Nov 2002 11:24:27 +0100
From:      "Georg-W. Koltermann" <g.w.k@web.de>
To:        Bill Huey <billh@gnuppy.monkey.org>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Trying to compile HotSpot on 4.7-STABLE
Message-ID:  <1037615069.439.27.camel@hunter.muc.macsch.com>
In-Reply-To: <20021115003621.GA3359@gnuppy.monkey.org>
References:  <1037283323.18267.30.camel@hunter.muc.macsch.com>  <20021115003621.GA3359@gnuppy.monkey.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1037615069.439.27.camel>