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!newsfeed.stanford.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:17:25 -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 1099167445 21089 131.215.36.136 (30 Oct 2004 20:17:25 GMT) X-Complaints-To: abuse@caltech.edu NNTP-Posting-Date: Sat, 30 Oct 2004 20:17:25 +0000 (UTC) User-Agent: KNode/0.8.1 Xref: g2news1.google.com comp.lang.ada:5923 Date: 2004-10-30T13:17:25-07:00 List-Id: ggroups@steelskies.com wrote: > A long shot, I know, but are there any distributed compilers for Ada? > Our build process takes a couple of hours and it would nice if we could efficientlye load a bit... I guess you should be able to use distcc with later gnat or Ada-enabled gcc (although I haven't tried it specifically with Ada code, but regular compiles are distributed quite efficiantly). Here is some info on how to setup this thing: http://joetoscano.net/papers/distcc_howto.html George