Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2003 11:27:02 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        freebsd-java@freebsd.org
Subject:   Re: Another jdk build error on -CURRENT
Message-ID:  <Pine.GSO.4.10.10310031126210.17443-100000@pcnet5.pcnet.com>
In-Reply-To: <20031003144600.GA49318@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 3 Oct 2003, Greg Lewis wrote:

> On Fri, Oct 03, 2003 at 10:43:00AM +0000, Jens Rehsack wrote:
> > after I patched out all '-O3' flags as recommented, the build failed
> > again at the same place with the same core dump. By the way, the hint
> > of Thomas to use the debug versions worked fine. Everytime the build
> > stops with core dump, I link the debug executables those ones without
> > debug (ln -f $file_g $file).
> > 
> > Now I'm getting 2 new errors:
> > 1) Because of the -Werror in j2se/make/java/nio/Makefile (already
> >    in and added by patch for bsd platform), gcc3.3.1 fails because
> >    _LITTLE_ENDIAN is already defined. Setting both occurances to
> >    -Wno-error solved that.
> 
> I have patches for this one.  It switches the JDK to use <sys/endian.h>
> rather than do its own endian thing.
> 
> > 2) In the makefiles is the threading linkage different between
> >    -STABLE and -CURRENT, j2se/ext/plugin/build/solaris/GNUmakefile
> >    seems to does not. The following error results:
> 
> I'll look into this.  All we need to do is check the version and use
> -lc_r instead (or at least thats what bsd.port.mk does).
  ^^^^^
  ${PTHREAD_LIBS}

-- 
Dan Eischen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10310031126210.17443-100000>