On Sun, 2005-04-03 at 16:41 -0700, Anthony Green wrote: > Here's my first stab at an RPM with the new scripts (find-and-nativify > and rebuild-gcj-db). It's the OpenGL java bindings: > > http://people.redhat.com/green/FC4 > > A couple of observations.... > > It's still not super-trivial to add native versions of jar files. See > attached spec file. On the other hand, I don't know how we could make > it simpler. > > Our libjawt.so.6 is a bit of a problem. I was unable to run any jogl > code with a non-gcj alternative, since they all pick > up /usr/lib/libjawt.so.6, which has references to our gtk peers and > fails to load. Should libjawt.so be an alternative? Or can we install > it somewhere gcj specific? > I think we should rename it libgcj-jawt.so. libjawt-using apps will look for $JAVA_HOME/jre/lib/i386/libjawt.so which we already have a symlink for in java-gcj-compat. Tom