From owner-freebsd-java Sun May 2 12:53:12 1999 Delivered-To: freebsd-java@freebsd.org Received: from io.dyn.ez-ip.net (h24-66-174-118.xx.wave.shaw.ca [24.66.174.118]) by hub.freebsd.org (Postfix) with ESMTP id C2769151EE for ; Sun, 2 May 1999 12:53:06 -0700 (PDT) (envelope-from jake@io.dyn.ez-ip.net) Received: from io.dyn.ez-ip.net (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by io.dyn.ez-ip.net (8.9.3/8.9.2) with ESMTP id MAA31467 for ; Sun, 2 May 1999 12:53:09 -0700 (PDT) (envelope-from jake@io.dyn.ez-ip.net) Message-Id: <199905021953.MAA31467@io.dyn.ez-ip.net> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-java@FreeBSD.ORG Subject: update (was Re: shujit port) In-reply-to: Your message of "Fri, 30 Apr 1999 14:31:08 PDT." <199904302131.OAA37925@io.dyn.ez-ip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 02 May 1999 12:52:39 -0700 From: Jake Burkholder Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, I've worked on the shujit port a little more, it's reported to work on 3.1 with the elf jdk, but not with the aout jdk. I can't get it to work with aout jdk on 4.0 either, even after compiling it with cc -aout, but that could be an issue with egcs. I was just going to test for the elf jdk. JAVADIR= ${PREFIX}/jdk1.1.7 JAVALIBDIR= ${JAVADIR}/lib/i386/green_threads JAVABINDIR= ${JAVADIR}/bin/i386/green_threads JAVAOBJFORMAT= `file ${JAVABINDIR}/java | ${AWK} '{print $$2}'` pre-fetch: @( if [ ${JAVAOBJFORMAT} != ELF ]; then \ ${CAT} ${FILESDIR}/MESSAGE; \ exit 1; \ fi; ) There exists an aout binary release that is reported to work with the aout jdk. I couldn't see a clean way to install that instead if aout is detected, maybe someone who knows make better could... io# make ************************************************************************* * * This port requires the elf jdk. * A binary aout release is available at * http://www.shudo.net/jit/dist/shujit-0.2.10-bin-freebsd.tar.gz. * ************************************************************************* *** Error code 1 Stop. I guess that's all, its available at http://members.home.net/jburkhol/shujit.tar If there are no objections I'll send-pr it tomorrow. Thanks, Jake -- Linux - Zealotry taken over the Edge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message