There is a  distcc in Gentoo HOWTO at:

   http://cvs.gentoo.org/~hanno/distcc.html

It recommends:

   Add the following lines to the /etc/make.conf on the machine you want to
   use for compilation:

   export DISTCC_HOSTS="localhost pc1_hostname pc2_hostname pc3_hostname"
   export DISTCC_VERBOSE=1
   export MAKEOPTS="-j8"
   export CC="distcc"
   export CXX="distcc g++"

However, I'm wondering if this is valid anymore since emerge complains about 
these export statements in "make.conf".

___________
Stephen


--
[EMAIL PROTECTED] mailing list

Reply via email to