On Mon, Aug 4, 2008 at 10:58 AM, Bart Friederichs <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to