distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. It should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile.
distcc does not require all machines to share a filesystem, have synchronized clocks, or to have the same libraries or header files installed.
They can even have different processors or operating systems, if cross-compilers are installed.
What's New in This Release:
· This release contains a major new feature: distcc-pump mode. With pump mode, distcc is now able to distribute preprocessing too, not just compilation.
· As a result, this release can be up to three times faster than earlier versions.
· It also contains many other new features and bugfixes.
Product's homepage