Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 May 1999 09:20:20 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        Roland Jesse <jesse@prinz-atm.CS.Uni-Magdeburg.De>
Cc:        Jake Burkholder <jake@checker.org>, freebsd-java@FreeBSD.ORG
Subject:   Re: shujit port
Message-ID:  <Pine.OSF.4.10.9905010914290.1796-100000@fly.HiWAAY.net>
In-Reply-To: <14123.2597.397121.270674@cs.uni-magdeburg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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