From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from oaktree.cisco.com (oaktree.cisco.com [144.254.15.83]) by chiba.3jane.net (Postfix) with ESMTP id 75FEAABD80 for ; Sat, 12 Oct 2002 17:58:41 -0500 (CDT) Received: from localhost (wmertens@localhost) by oaktree.cisco.com (8.11.6+Sun/CA/950118) with ESMTP id g9CMwm611061 for ; Sun, 13 Oct 2002 00:58:48 +0200 (CEST) X-Authentication-Warning: oaktree.cisco.com: wmertens owned process doing -bs Date: Sun, 13 Oct 2002 00:58:48 +0200 (CEST) From: Wout Mertens X-X-Sender: wmertens@oaktree.cisco.com To: gentoo-dev@gentoo.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [gentoo-dev] distcc Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 7c7949fa-d954-42ec-8e6d-0345868d44ed X-Archives-Hash: 6df5099449c0ea7a283b271930083398 Check this out: http://distcc.samba.org/ This allows you to distribute compilations across multiple systems. The only thing you need on the other side is distcc (and gcc), no shared filesystems or anything. I must admit that I didn't try it out yet, just mentioning the news :) I guess it must work if you put the necessary environment variables in make.conf and put distcc in the path like you do with ccache. Wout.