From owner-freebsd-java Mon Aug 20 17:29:45 2001 Delivered-To: freebsd-java@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id 7B86A37B40A for ; Mon, 20 Aug 2001 17:29:41 -0700 (PDT) (envelope-from joe@zircon.seattle.wa.us) Received: (qmail 35608 invoked by uid 1001); 21 Aug 2001 00:32:35 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15233.44066.783173.845740@zircon.zircon.seattle.wa.us> Date: Mon, 20 Aug 2001 17:32:34 -0700 To: Greg Lewis Cc: Carlo Dapor , freebsd-java@FreeBSD.ORG Subject: Re: SOLVED: Successful JDK 1.3.1 build with little modification In-Reply-To: <20010821094301.A12799@misty.eyesbeyond.com> References: <20010820151823.C014F275B6@naboo.ethz.ch> <20010821094301.A12799@misty.eyesbeyond.com> X-Mailer: VM 6.92 under Emacs 20.7.1 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 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