where should the .o files end up?
Per Bothner
per@bothner.com
Tue Jul 18 10:56:00 GMT 2000
Tom Tromey <tromey@cygnus.com> writes:
> Jeff> Except for dependent classes, yes.
>> What do you mean?
Does gcj re-compile .java files that are newer than corresponding
.class files, even if not listed on the command line, in the same way
that javac does?
Actually, I don't think gcj necessarily should, at least not by default
and when compiling to .o files, as that may conflict too much with
Makefile expectations. However, there should at least be an option to
mimic javac behavior, and it should be the default when mimicing javac.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/
More information about the Java
mailing list