Andrew Overholt wrote: >I put together some rudimentary RPMs for Eclipse 3.1M6. I tried them very >briefly and they appear to work. Give them a shot if you have a chance. >I'd appreciate any feedback. > > Sun-based JVM's have $JAVA_HOME/include/linux/jni_md.h. The Makefile's assume everything is in $JAVA_HOME/include, so $JAVA_HOME/include/linux will have to be added to the include path. Now it seems that `make' is never called directly during the build process, so how are flags like includes passed to make? Another problem is that the build expects JAVA_HOME to be set, doesn't it? It's not guaranteed that it would be set before building. The %ant macro attempted to correct this problem, by setting JAVA_HOME before ant is called. -- Sincerely, David Walluck <david@xxxxxxxx>