Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2002 10:07:56 -0600
From:      "Justen Stepka" <jstepka@webprogrammers.net>
To:        "Georg-W. Koltermann" <g.w.k@web.de>, "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Cc:        <freebsd-java@FreeBSD.ORG>, "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Subject:   Re: Trying to compile HotSpot on 4.7-STABLE
Message-ID:  <003a01c28cc1$2cdc0a30$ed0310ac@mpls.imaginet.corp>
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_huey++;

Justen Stepka

----- Original Message ----- 
From: "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
To: "Georg-W. Koltermann" <g.w.k@web.de>
Cc: <freebsd-java@FreeBSD.ORG>; "Bill Huey (Hui)" <billh@gnuppy.monkey.org>
Sent: Thursday, November 14, 2002 6:36 PM
Subject: Re: Trying to compile HotSpot on 4.7-STABLE


> 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.
> 
> > I can of course copy the 'LL' notation to the non-LINUX case to make it
> > compile, but I'm getting a little nervous that something goes wrong
> > here.  The #ifdef is marked by Bill Huey and I assume he #ifdef'ed the
> > lines carefully, the way they should be.
> > 
> > Should I #define LINUX ?  Would this be solved if I use GCC31?
> 
> Well, you shouldn't. You should be using gcc 3.2 for your compiler. I'm
> not sure if the port is still broken or not, but 3.1 will do too.
> 
> We collectively need to propagate a newer set of patches to the public
> and I wish this was automatic so that folks aren't completely out of
> sync with our CVS. I'm about to do some major reworking here in 1.3.1,
> so it'll push that need even more.
> 
> bill
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-java" in the body of the message
> 


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?003a01c28cc1$2cdc0a30$ed0310ac>