On Mon, 2004-12-20 at 16:00 -0500, Neal D. Becker wrote: > Something here is broken (FC3-x86_64): > > ls -l /usr/lib/jvm/java-1.4.2/include/jni.h > lrwxrwxrwx 1 root root 56 Nov 17 > 20:44 /usr/lib/jvm/java-1.4.2/include/jni.h > -> /usr/lib64/gcc-lib/i386-redhat-linux/3.4.2/include/jni.h > > ls -l /usr/lib64/gcc-lib > total 0 > > rpm --verify java-1.4.2-gcj-compat > [silence] > rpm --verify java-1.4.2-gcj-compat-devel > [same] > The next release of java-1.4.2-gcj-compat will fix this; jni.h is present in gcc's default include path so this symlink is not needed. Tom