On March 2, 2003 11:49 pm, Mike Diehl wrote: > Well, my last 2 installs don't seem to be going well.... > > I'm trying to distribute compilation with distcc and it doesn't seem to > work. I hope someone on this list can help me. > > I've modified my /etc/make.conf and added the following lines: > > CC="distcc" > CXX="distcc g++" > MAKEOPTS="-j 4" > DISTCC_HOSTS="10.0.1.2:4200 10.0.1.43:4200" > > But I was expecting that the load average on other machines, which are > idle, would rise up to about 1. The machines are still idle. > > What have I done wrong? > > Thanx, > Mike Diehl. > > -- > [EMAIL PROTECTED] mailing list
If you are using the latest versions of distcc things have changed how you set things up, those changes are no longer nessesarry in make.conf only the DISTCC_HOSTS and MAKEOPTS lines are needed and you add distcc in features. There is information in the distcc changelog and ebuild, this applies if you are using ~x86. Distcc doesn't work that well kde 3.1 you will turn it off and on as needed. Martin -- [EMAIL PROTECTED] mailing list
