This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]