This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: distributed compilation with gcc: distcc


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]