distributed compilation with gcc: distcc

Aldy Hernandez aldyh@redhat.com
Mon Jul 22 18:58:00 GMT 2002


> Another thing to think about: do you need the build machines to have the
> exact same set of include and library files?

correct me if i'm wrong, but i think distcc sends preprocessed files to
the slaves, so header files don't matter.  and the link is done on the
host machine, so it'll use the libraries in the host.

aldy



More information about the Gcc mailing list