[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: distributed compile is avaliable?
From: |
Ken Smith |
Subject: |
Re: distributed compile is avaliable? |
Date: |
Fri, 19 Aug 2005 10:07:27 -0400 |
User-agent: |
Mutt/1.5.9i |
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