where should the .o files end up?
Jeff Sparkes
jsparkes@internetivity.com
Tue Jul 18 06:40:00 GMT 2000
>From the documentation in http://sources.redhat.com/java/compile.html it
sounds like
the .o files should end up in the same directory as the .java, that is,
within the package directory.
With gcj from CVS, the .o files all end up in the
current directory, although the .d files do end up
in the package directory.
I'm compiling from the root of my packages, i.e.
gcj -c -MD com/internetivity/widget/tooltip.java
I end with tooltip.o and com/internetivity/widget/tooltip.d
More information about the Java
mailing list