On Thu, 10 Oct 2002 15:46:17 +1000 Martin Pool <[EMAIL PROTECTED]> 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. _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
