gcj -c [lots of long pathnames].java
Thomas Womack
twomack@globalphasing.com
Thu Oct 26 18:18:00 GMT 2006
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.
More information about the Java
mailing list