From owner-freebsd-java Sat May 1 7:20:38 1999 Delivered-To: freebsd-java@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 0997714FDD for ; Sat, 1 May 1999 07:20:35 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id JAA18879; Sat, 1 May 1999 09:20:20 -0500 (CDT) Date: Sat, 1 May 1999 09:20:20 -0500 (CDT) From: Steve Price To: Roland Jesse Cc: Jake Burkholder , freebsd-java@FreeBSD.ORG Subject: Re: shujit port In-Reply-To: <14123.2597.397121.270674@cs.uni-magdeburg.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 1 May 1999, Roland Jesse wrote: # Jake Burkholder writes: # # > It requires the elf jdk1.1.7, but could probably be made to ^^^^^^^^^^^^^^^^^^^^^^^^^ Note here it says you need the ELF version of JDK ... # > work with other versions. Please let me know if it works for you... # > I've only been able to test it with 4.0-CURRENT. # # % uname -sr # FreeBSD 3.1-STABLE # % java -Djava.compiler=shujit HelloWorldApp # cannot stat "/lib/libshujit.so" : No such file or directory (libshujit.so) # Warning: JIT compiler "shujit" not found. Will use interpreter. # Hello World! # % echo $LD_LIBRARY_PATH # /usr/local/jdk/lib/i386/green_threads:/usr/local/ACE_wrappers/ace:/usr/lib:/usr/local/lib:/usr/X11R6/lib:/lib # % ls -l /usr/local/jdk/lib/i386/green_threads/libshujit.so # -r-xr-xr-x 1 root wheel 136024 1 Mai 15:34 /usr/local/jdk/lib/i386/green_threads/libshujit.so* # % # # I am using the aout jdk from Dec 21, 1998. Right now, I dunno why the ^^^^^^^^ ... and here you say you are using the a.out version. :) Do a 'file libshujit.so' to make sure, but I'm betting that it is an ELF shared object which won't work with an a.out JDK. The error message leaves a little bit to be desired, but that's a different story. I haven't looked at the port (I plan to later today), but you might be able to get an a.out .so by using an incantation like OBJFORMAT=aout make install -steve # lib is not found. I did a 'ldconfig -R' after installing shujit. Maybe # I am going to take another look at it later on. # # Best, # Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message