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 [email protected] http://lists.gnu.org/mailman/listinfo/help-make
