where should the .o files end up?
Per Bothner
per@bothner.com
Tue Jul 18 10:22:00 GMT 2000
Jeff Sturm <jeff.sturm@appnet.com> writes:
> For compatibility with JDK, I recommend a shell script... you can even
> call it `javac'. If I can still find the one I used, I'll post it to
> the list.
My plan was that 'gcj -C' would be more-or-less compatible with javac.
I.e. a javac shell-script should be nothing more than:
#!/bin/sh
exec gcj -C "$@"
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/
More information about the Java
mailing list