[EMAIL PROTECTED] writes:
> On Fri, 4 Dec 1998, David Warnock wrote:
> > Can I suggest you download the JIKES compiler from IBM. It's free, it
> > runs an order of magnitude faster than JAVAC and so far as I can see
> > the -depend works. You may want to use the +E compiler switch to get
> > errors in the same/similar format to JAVAC.
> > The address is http://www.alphaworks.ibm.com/formula/Jikes/ (it's
> > available as a link from the blackdown site).
..and if you use jikes together with http://www.tildeslash.com/mmake
you will have a Makefile that supports dependencies.
-jh