How interesting, you specified a prefix inside the bloody srcdir/buildir. Never tried that. I have company coming over tonight, but if I get a chance I'll check it out.
Brian Nic Ferrier <[EMAIL PROTECTED]> writes: > 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 > -- Brian Jones <[EMAIL PROTECTED]> _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

