[distcc] Gentoo - compiled distro

Ernesto xtango at netcombbs.com.ar
Thu Oct 10 15:42:01 GMT 2002


On Thu, 10 Oct 2002 15:46:17 +1000
Martin Pool <mbp at sourcefrog.net> wrote:

> Hi, I'm using Gentoo GNU/Linux. It (can) compile everything local bsd style.
> 
> Has anyone on this mailing list used distcc with Gentoo?

I'm using Gentoo Linux.
And I have two little distcc clusters (one with 2 CPUs and one with 4 CPUs).

If you want to use distcc with the great Portage, simply edit your /etc/make.conf and add this lines:

CC="distcc"
CXX="distcc g++"
MAKEOPTS="-j4"
DISTCC_HOSTS="host1 host2 localhost"

This is experimental... be careful.
And remember to tweak MAKEOPTS="-jX" (where X is 2 times the number of hosts (times the number of CPUs of the host with more CPUs)).

Then emerge whatever your want.




More information about the distcc mailing list