> 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