On Tue, 2005-03-22 at 14:20 -0500, Jakub Jelinek wrote: > With per-arch .db you could e.g. store the file into > /usr/lib/$LIB/gcj-%{version}/classmap.db where $LIB would be > gcc $CFLAGS -print-multi-os-directory (well, even better the path > would be canonicalized), compile `gcc $CFLAGS -print-multi-os-directory` > string into ilbgcj.so and get rid of gcj-dbtool -p or replace it with > gcj-dbtool -p <arch>. I'm not sure I understand this second part. What's wrong with... /usr/lib/`$CC $CFLAGS -print-multi-os-directory`/classmap.db ? "gcj-dbtool -p <arch>" sounds hard to implement. AG