hello,
I try to install gnu classpath 0.92 in a custom directory
(/home/yohann/local) because I can't be root on the server I'm using. I
used configure with --prefix option this way:
./configure --prefix=/home/yohann/local
but it did not work, it seems that the file libjawt.la is being copied
anywhere in /usr/local.
Is there any option I have to add to the configure script ?
Here is the error log:
test -z "/home/yohann/local//lib/classpath" || mkdir -p --
"/home/yohann/local//lib/classpath"
/bin/sh ../../libtool --mode=install /usr/bin/install -c 'libjawt.la'
'/home/yohann/local//lib/classpath/libjawt.la'
libtool: install: error: cannot install `libjawt.la' to a directory not
ending in /usr/local/classpath/lib/classpath
gmake[3]: *** [install-nativeexeclibLTLIBRARIES] Erreur 1
gmake[3]: Leaving directory `/home/yohann/classpath-0.92/native/jawt'
gmake[2]: *** [install-am] Erreur 2
gmake[2]: Leaving directory `/home/yohann/classpath-0.92/native/jawt'
gmake[1]: *** [install-recursive] Erreur 1
gmake[1]: Leaving directory `/home/yohann/classpath-0.92/native'
gmake: *** [install-recursive] Erreur 1
Thank you for your help,
yohann