At the moment I'm trying to setup distcc.
I think distcc itself is working cos if I do
$ cd /usr/srs/linux
$ make bzImage -j3 CC=distcc
it distributes tasks and compiles properly.
my /etc/make.conf looks like
Code: Select all
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
USE="kde gtk"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j5 CC=distcc"
FEATURES="distcc"
DISTCC_HOSTS="main localhost"
"distcc[13047] ERROR: compile on localhost failed"
Cna you plz help me?


