[distcc] distcc sends preprocessing tasks to remote hosts

Fergus Henderson fergus at google.com
Mon Aug 4 15:49:22 GMT 2008


On Mon, Aug 4, 2008 at 10:58 AM, Bart Friederichs <bf at tbwb.nl> wrote:
> Found a possible cause: running the link command with gcc fails, but with
> g++ it runs okay. Possibly distcc doesn't detect C++ object files correctly?

Previously you were running

  pump make -j8 CC=distcc CXX=distcc

Setting CXX=distcc is probably causing that problem.
You should probably be using CXX="distcc g++".

-- 
Fergus Henderson <fergus at google.com>


More information about the distcc mailing list