On Mon, 2005-03-21 at 13:07 -0600, Phil Muldoon wrote: > Lets pin down where we want to put the application .db's that will be > merged into the main gcj db. We are about the make changes to the > Eclipse spec files to take advantage of the new central .db idea. > > How about something like: > > /var/cache/gcj-db-{gcj-version-no} or something to that effect? I think Jakub pointed out that this was a bad idea since it doesn't work for multi-ABI systems. I believe that he proposed placing this in /usr/$LIB, where $LIB is ABI dependent, or adding an ABI key to the database. The first option is certainly less work. AG