This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
also: --dest-class-dir for .o's?
- To: java at gcc dot gnu dot org
- Subject: also: --dest-class-dir for .o's?
- From: Adam Megacz <gcj at lists dot megacz dot com>
- Date: 08 Nov 2001 22:15:11 -0800
- Organization: Myself
So I've settled on .java -> .o (instead of .class -> .o), but I've got
a few classes with the same name, just in different packages.
So, for a source tree like this:
src/Foo/Bar/Baz.java
src/Foo/Bop.java
I'd like output either like this:
bin/Foo/Bar/Baz.o
bin/Foo/Bop.o
Or else something like this:
bin/Foo.Bar.Baz.o
bin/Foo.Bop.o
I'd also like to make one invocation to gcj (for speed), sorta like
"gcj -c `find src -name \*.java`". Is there an equivalent to
--dest-class-dir I can use?
- a
--
If the Boston Tea Party happened today, our politicians would denounce
it as an act of Terrorism.