|
Distcc
Trying to use Distcc to spread a compile job. I have done everything the manual says to do includeing running the damon on the machine thats going to help and setting up the export with the correct information but distcc still doesent spread the job out it only compiles localy.
heres what i have done
Slackware machine 192.168.0.95
laptop 192.168.0.111
on the slackware machine i ran
distccd --daemon --allow 192.168.0.111
ok so on the lappy i do
export DISTCC_HOSTS="192.168.0.95 192.168.0.111"
then i run make -j 6 CC=distcc
it starts to compile but there is no network acess and distccmon-text reads nothing distributed.
i get no errors or warnings or anything
anyone got any idea ?
Last edited by exvor; 11-17-2005 at 06:21 PM.
|