where should the .o files end up?
Anthony Green
green@cygnus.com
Tue Jul 18 11:47:00 GMT 2000
On Tuesday, July 18, 2000 6:33 AM, Jeff Sparkes
[SMTP:jsparkes@internetivity.com] wrote:
> I end with tooltip.o and com/internetivity/widget/tooltip.d
That's right. The object file ends up in the current working directory by
default. Of course, you can always use `-o
com/internetivity/widget/tooltip.o'.
I've often thought it would be convenient to have an option for the object
files to end up in a hierarchy mirroring the package hierarchy. That would
be convenient when you really wish you could safely run `find ./ -name
\*.class -print | xargs gcj -O2 -c'.
AG
More information about the Java
mailing list