Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 17:32:34 -0700
From:      Joe Kelsey <joe@zircon.seattle.wa.us>
To:        Greg Lewis <glewis@eyesbeyond.com>
Cc:        Carlo Dapor <carlo@vis.ethz.ch>, freebsd-java@FreeBSD.ORG
Subject:   Re: SOLVED: Successful JDK 1.3.1 build with little modification
Message-ID:  <15233.44066.783173.845740@zircon.zircon.seattle.wa.us>
In-Reply-To: <20010821094301.A12799@misty.eyesbeyond.com>
References:  <20010820151823.C014F275B6@naboo.ethz.ch> <20010821094301.A12799@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Lewis writes:
 > On Mon, Aug 20, 2001 at 05:18:23PM +0200, Carlo Dapor wrote:
 > > fneq ($(LIBRARY),JdbcOdbc)
 > > ifneq ($(ARCH),ppc)
 > > LDFLAGS_COMMON  = #-z defs
 > > endif # LIBRARY
 > > endif # ARCH
 > > 
 > > Is my Current shaky, or is anyone else having similar symptoms on
 > > Current ?
 > 
 > Well, whatever the reason, I've just completely pulled these lines
 > from Defs-bsd.gmk.
 > 

I made a different fix,

LDFLAGS_COMMON = -Wl,'-z defs'

to pass the flag through to ld.

I also made changes to produce the correct value for the freespace
computation.  I also modified the master make file:

MAKE_ENV=	ALT_BOOTDIR="${JDK13DIR}" \
		ALT_MOTIF_DIR="${X11BASE}" \
		ALT_HOTSPOT_CLIENT_PATH=$(ALT_BOOTDIR)/jre/lib/i386/client \
		ALT_HOTSPOT_SERVER_PATH=$(ALT_BOOTDIR)/jre/lib/i386/server \
		OPENWINHOME="${X11BASE}" \
		COMPILER_PATH=/usr/bin \
		CLASSPATH="" \
		JAVA_COMPILER=""

I added ALT_HOTSPOT variables and COMPILER_PATH.  I am not sure why
COMPILER_PATH was not being set by the regular files.  I also modified
sanityck to remove the check for hotspot debug libraries, since they do
not seem to exist in the Linux jdk131.

However, the Mozilla Plugin does not seem to be compiled.  What do I
need to du to get it compiled?

/Joe

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?15233.44066.783173.845740>