Hi, On Mon, 2002-03-11 at 15:27, R.S. Veldema wrote: > well, checked out a classpath tree and it bombs out on me in configure: > > ./configure --with-javah=/usr/local/bin/javah > > <checking bla deleted> > > configure: error: conditional "USER_SPECIFIED_JAVAH" was never defined. > Usually this means the macro was only invoked conditionally. > > removing the --with-javah doesn't help. > What am i doing wrong ?
I don't know at the moment. Sometimes the config.log file has more info. Try installing gcj 3.0.x it comes with gcjh which is automatically picked up by the configure script. But this should only be needed if you specify --enable-jni (which is currently off by default.) Cheers, Mark _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

