help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: distributed compile is avaliable?


From: Noel Yap
Subject: Re: distributed compile is avaliable?
Date: Fri, 19 Aug 2005 11:02:04 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050711)

IIRC, there's a patch for GNU make (pmake?) that enables distributed builds.  
I'm not sure how up-to-date this is, though, and I've never tried it out myself.

IMO, and no offense, Ken, distcc isn't great since:
- it's limited to C and C++.
- preprocessing is done locally which offsets much of the advantages of 
distributing the build.

Noel

Ken Smith wrote:
On Fri, Aug 19, 2005 at 10:31:56AM +0900, ?????? wrote:

  Hi, I¡¯m a programmer from Korea.


  The  size  of  our  source is about 1G, and it takes 1 hour to compile
  fully.

  I  am  using  ¡®make¡¯  to  compile  it,  and I¡¯d like to improve the
  compile speed using distributed compile.


  Does ¡®make¡¯ support distributed compile? Or can another util do it?


  My compile environment is windows 2000 using cygwin.


DistCC is one mechanism you can use for distributing compilation.  GNU
Make itself does not do anything special for distribution other than
support parallelization with -j and -l.

For information about DistCC, check here.

  http://distcc.samba.org/

Ken


_______________________________________________
Help-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/help-make




reply via email to

[Prev in Thread] Current Thread [Next in Thread]