This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: configure flags fo compiling java packages with gcj?
- To: java at gcc dot gnu dot org
- Subject: Re: configure flags fo compiling java packages with gcj?
- From: "Nic Ferrier" <nferrier at tapsellferrier dot co dot uk>
- Date: Wed, 09 May 2001 17:44:36 +0100
>>> Per Bothner <per@bothner.com> 09-May-01 5:38:08 PM >>>
>Do people think this is a reasonable usage?
I suggested it, so of course *I* like it /8->
I think that there are a few things like this that could probably be
put into an autoconf macro lib.
--with-gcj is one
other are:
--classdest where .class files should be compiled to
--jardest where .jar files should be stored
--extpath where extension jar files (depends for compiles) are
--classpath the classpath for compiles
What do people think? Would it be better to apply java semantics to
the existing paths?(like libdir)
Nic