well im testing distcc on some packages and im just running make -j N.  my
path is setup like this:

$ export PATH=/usr/lib/distcc/bin:$PATH

including distcc install dir in PATH doesnt make any difference either, eg:

$ export PATH=/usr/lib/distcc/bin:/usr/local/distcc/bin:$PATH

compiling with just 

$ make CC="distcc" CXX="distcc g++" -j N

works just fine (without the masquerade dir of course), but as the docs say,
it does not always work.  i've setup distcc to speed up qt and kde
compiles, qt compiles well, but kde fails.

Martin Pool wrote:

> On 26 Mar 2003, "Jasper V. Ferrer" <[EMAIL PROTECTED]> wrote:
>> hi, i've setup distcc to /usr/local/distcc and have the masquerade
>> directory
>> /usr/lib/distcc/bin with the symlinks in it.  whe i compile i get the
>> message:
>> 
>> distcc[4676] (dcc_recursion_safeguard) CRITICAL! distcc seems to have
>> invoked itself recursively!
> 
> What command are you using to compile?  What is your path set to?
> 


__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to