[fedora-java] db merging script

Anthony Green green at redhat.com
Tue Mar 22 19:39:14 UTC 2005


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





More information about the fedora-devel-java-list mailing list