Kaffe under sunos

Stephen Gurney steve at josh.com
Mon Mar 24 14:12:30 PST 1997


I am trying to get Kaffe working on a Sparc under Sunos. I am 
running configure in my kaffe-0.8.2 directory with the following
options:

./configure --prefix=/tmp_mnt/home/sgurney/usr
--exec-prefix=/tmp_mnt/home/sgurney/usr

I don't have superuser priveleges, so I am trying to install it in
my own directory.

The configure works fine but when I run make (gmake) I get the
following errors:

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
mars{sgurney}58: gmake install
gmake: `install' is up to date.
test -d /tmp_mnt/home/sgurney/usr/include/kaffe || mkdir -p
/tmp_mnt/home/sgurney/usr/include/kaffe
/usr/bin/install -c -m 644 jtypes.h
/tmp_mnt/home/sgurney/usr/include/kaffe/jtypes.h
/usr/bin/install -c -m 644 ./native.h
/tmp_mnt/home/sgurney/usr/include/kaffe/native.h
/usr/bin/install -c -m 644 ./StubPreamble.h
/tmp_mnt/home/sgurney/usr/include/kaffe/StubPreamble.h
/usr/bin/install -c -m 644 ./java_lang_String.h
/tmp_mnt/home/sgurney/usr/include/kaffe/java_lang_String.h
for i in APIcore APInet APIagent; do (cd $i ; gmake install) || exit 1 ;
done
(cd lib ; gmake install) || exit 1
test -d /tmp_mnt/home/sgurney/usr/lib || mkdir -p
/tmp_mnt/home/sgurney/usr/lib
/usr/bin/install -c -m 644 libkaffe_native.so.0.82
/tmp_mnt/home/sgurney/usr/lib/libkaffe_native.so.0.82
install: libkaffe_native.so.0.82: No such file or directory
gmake[4]: *** [install] Error 1
gmake[3]: *** [install] Error 1
gmake[2]: *** [install] Error 1
gmake[1]: *** [install] Error 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Can anyone give me a clue as to what I am doing wrong?

Thanks

Steve Gurney



More information about the kaffe mailing list