[distcc] Re: distcc

Martin Pool mbp at sourcefrog.net
Mon Sep 30 04:36:01 GMT 2002


On 29 Sep 2002, Amir Tal <tal at whatsup.org.il> wrote:

> i tried to use distcc to compile kde from cvs :
> 
> $CC='distcc' ./configure
> $make -j8 CC=distcc
> 
> the code compiles, but i cant see any activity on my hub.
> running netstat on 192.168.0.2 shows no connections from my host during 
> compilation, so i am guessing that its not working.
> all other TCP connections to and from 192.168.0.2 work normally.

Try doing

  $ export DISTCC_VERBOSE=1
 
and then compile again.  That should give you some indication of what
is going wrong.

-- 
Martin 



More information about the distcc mailing list