>checking for valid jni headers path... no set JAVA_ARCH to linux See the >(cached) checking for jni headers path... Configure is working with stale information. You will need to rm config.cache config.log config.status to start configure fresh. At least some jdks of yesteryear used "genunix" for the linux arch-dependend include files. I thought we still needed it but allegedly no distributors use "genunix" any more. However it is enshrined in our tarball until the next release.
What I mean by javac handles --verbose option is that some jdks (e.g. kaffe) that used to come with certain linux distributions provided a "javac" but it did not support the --verbose option which is how we find out where the jdk is installed. Tobias Weissbach wrote: > What prereqs of configure, I had attached the whole configure output the > last time. > Also javac is in the search path. I have jdk1.1.8 installed, but setting > JAVA_ARCH to > linux makes no difference. > > What do you mean with "javac handles --verbose option" > > Again the java part of the output of configure. > > checking for java compiler > checking for javac... (cached) javac > checking if javac works...... yes > checking for jar > checking for jar... (cached) jar > checking for javah > checking for javah... (cached) javah > checking for java... (cached) /usr/lib/java/bin/java > (cached) checking for jni headers path... > /usr/lib/java/bin/../include:/usr/lib/java/bin/../include/genunix > checking for valid jni headers path... no > configure: warning: JavaDX will be skipped during compilation due to > limitations. > > I do not really know what the limitations are, is it that stuff about > the jni header paths ? > What does this cashed mean ?? > > Thanks for any help ... > > Alex > > Peter Kirchner wrote: > > > > what did configure say beforehand? note the prereqs: javac in path, javac > > handles --verbose option . if linux > > and you have e.g. jdk1.1.8 you should set JAVA_ARCH to linux. > > > > Tobias Weissbach wrote: > > > > > I am trying to compile OpenDX version 4.1.3 including java support > > > > > > But I get the following message from configure: > > > > > > configure: warning: JavaDX will be skipped during compilation due to > > > limitations. > > > > > > (attached you will find the full configure output) > > > > > > Any help, what could be wrong in my configuration ?? > > > > > > Thanks a lot in advance... > > > > > > Alex
