help-make
[Top][All Lists]
Advanced

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

Re: nt make


From: Chad Loder
Subject: Re: nt make
Date: Fri, 09 Nov 2001 20:11:11 -0800

I have been using GNU make's parallel features on
Windows 2000 under cygwin (GNU make version 3.79.1
and earlier) with no problems for over a year.

One note, if you write your makefiles in a procedural
manner (just a series of steps) rather than making
appropriate use of make's dependency features, your
build will not parallelize.

I do "make -j2" just like you said.

        c

At Friday 11/9/2001 02:56 PM -0600, you wrote:
I am using make under cygwin ( have been using it for a few months) and am
 currently assisting our developers.
 I am setting up builds using the 1.3.2 version and I'm trying to find out
 if make under cygwin can do parallel processing. I saw a note on the
 3.77.1 version of make that parallel processing code had been worked on.

 I've tried make -j 2 for a 2 processor machine but the cpu utilization is
 still down at 3-6%.
 Has the code for parallel processing been tested for NT ? How does one
 verify that it is working ?

Thanks for any help you can give me.


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





reply via email to

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