This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj -c [lots of long pathnames].java
- From: Thomas Womack <twomack at globalphasing dot com>
- To: java at gcc dot gnu dot org
- Date: Thu, 26 Oct 2006 19:18:38 +0100 (BST)
- Subject: gcj -c [lots of long pathnames].java
Hi.
Consider a command line like
gcj -c mathlib/vector/Vector.java insects/mosquito/Vector.java
The .o files from all the java files end up in the working directory, and
obviously the two Vector.o files overwrite one another.
Is there a way of getting the .o files to appear as
mathlib/vector/Vector.o and insects/mosquito/Vector.o ?
Thomas Womack, Global Phasing Ltd.