On Tue, 2005-03-22 at 14:50 -0500, Jakub Jelinek wrote: > You mean that gcj-dbtool -p would print > /usr/lib/`$CC $CFLAGS -print-multi-os-directory`/gcj-4.0.0/classmap.db > and you'd need to pass that through shell after making sure $CC and $CFLAGS > are properly defined? > Then you'd put the burden on rpm packagers, because in rpm %post > $RPM_OPT_FLAGS certainly aren't set (and, you shouldn't require > gcc to be installed just to install Java packages). This shouldn't require gcc at install time. We can create the application specific classmaps at build time, and simply merge them at install time. AG