This is the mail archive of the java@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: start-up time


Per Bothner wrote:
I'm thinking the right thing for Kawa's 'make install' is after
copying the .jar and .so to their target locations, try to run
gcj-dbtool.  That means checking that gcj-dbtool exists and also that
the database is writable (i.e.: test -w `gcj-dbtool -p`).

On further reflection, adding a --with-gcj-dbtool configure option makes sense. If configuring --with-gcj-dbtool then build a kawa wrapper that loads kawa using the jar, assuming the dbtool will find the matching .so file. Otherwise, make a traditional executable.

I'm testing this now.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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