Ok. Here is what I did.

$ mkdir /orp
$ cd /orp
$ mkdir local
$ cvs -d ... co classpath
$ cd classpath
$ aclocal
$ automake
$ autoconf
$ ./configure --prefix=/orp/local --enable-jni
$ make
$ make install

And after all that:

$ ls -la /orp/local/classpath
 =>

drwxr-xr-x    2 nferrier staff        4096 Feb 12 18:18 .
drwxr-xr-x    3 nferrier staff        4096 Feb 12 18:18 ..


In other words the classes don't get installed when you specify a
prefix.



Nic

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to