>>>>> "Sytze" == Sytze van Koningsveld <[EMAIL PROTECTED]> writes:

Sytze> Is it possible to use gjc with distcc ? I am looking for a
Sytze> distributed compiler for java, and this seems the only way to
Sytze> do it.

I don't know a whole lot about distcc.  If it has a mode where it
assumes that all the compilation machines have the same view of the
filesystem then I'd imagine making it work with gcj should be fairly
easy.

Java isn't like C -- you can't preprocess a java program and end up
with a single file which can be farmed out for compilation.  A typical
java compilation will read many .java or .class files, including big
parts of the standard library.  There's no existing way to put this
into a single file for environment-independent compilation.

Let me know what you find out.  It would be interesting if this worked.

Tom

__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/mailman/listinfo/distcc

Reply via email to