From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,43d81dcde45556f0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newshub.sdsu.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!not-for-mail From: George Shapovalov Newsgroups: comp.lang.ada Subject: Re: Distributed compiles? Date: Sat, 30 Oct 2004 13:21:36 -0700 Organization: Caltech Message-ID: References: <1099043618.851605.297580@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: ppp-36-136.caltech.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: naig.caltech.edu 1099167696 21520 131.215.36.136 (30 Oct 2004 20:21:36 GMT) X-Complaints-To: abuse@caltech.edu NNTP-Posting-Date: Sat, 30 Oct 2004 20:21:36 +0000 (UTC) User-Agent: KNode/0.8.1 Xref: g2news1.google.com comp.lang.ada:5924 Date: 2004-10-30T13:21:36-07:00 List-Id: George Shapovalov wrote: > Here is some info on how to setup this thing: > http://joetoscano.net/papers/distcc_howto.html Oops, did not notice that that was Gentoo specific :) (then I should have pointed you directly at: http://www.gentoo.org/doc/en/distcc.xml), although about the only change would be to substitute ./configure && make && make install for emerge. The real distcc page is here: http://distcc.samba.org/ George