This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: RFA: allow default .db for libgcj


Tom Tromey wrote:

Bryce> I think it would be better to define a default here. Although
Bryce> the .db stuff is still experimental, it improves ease-of-use to
Bryce> not have to worry about the location of this file.

Unless FC commits to using the default -- and in which case, let's
leave out the configure option -- users will have to deal with this.
That is trivial, though, since you can easily write a java program to
print this property.

Bryce> <install prefix>/share/gcj/<version>/classmap.db ?

Probably lib instead; although the .db is not itself
platform-dependent, I wouldn't be surprised if people put
platform-dependent paths into the file.



OK, lets leave out the configure option and (tentatively) go for a default of <prefix>/lib/gcj/<version>/classmap.db


If FC decides to use something else we can always change it.

Bryce


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]