This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compiling jars into libraries w/ dependencies
- To: stewart at neuron dot com
- Subject: Re: compiling jars into libraries w/ dependencies
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: Wed, 2 May 2001 23:42:16 -0700 (PDT)
- Cc: java at gcc dot gnu dot org
- References: <63899.24.15.191.21.988868450.squirrel@server1.neuron.com>
- Reply-To: apbianco at cygnus dot com
stewart@neuron.com writes:
> what magic command-line do I pass to the second gcj to get it to
> compile?
Use --CLASSPATH:
gcj --CLASSPATH="c.jar" b.jar -c
gcj --CLASSPATH="b.jar" a.jar -c
./A