Re: [Mingw-w64-public] parallel make (make -j 4) and redirect problems

2016-08-09 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 09.08.2016 10:57, Jim Michaels wrote: > nmake is not compatible with mingw-w64's make which is not compatible > with gnu make. If you're talking about i686-w64-mingw32-make.exe (or somesuch), then that is actually GNU make, just compiled for Wind

[Mingw-w64-public] parallel make (make -j 4) and redirect problems

2016-08-09 Thread Jim Michaels
nmake is not compatible with mingw-w64's make which is not compatible with gnu make. also, you should know that make -j n (parallel make) is not completely viable yet because of the shells it needs to make just to output to stdout when there is a redirection in a makefile which causes massive

Re: [Mingw-w64-public] parallel make

2011-04-22 Thread Earnie
Mario Emmenlauer wrote: > > Hi, > > On 04/22/2011 11:15 AM, JonY wrote: >> You'll likely see an improvement by running make in parallel. > > Is that possible with MinGW? I have tried various guides on the net, > with various combinations of gmake, make, msys-make, QT jom and > whatever I could find

[Mingw-w64-public] parallel make (was: Re: building mingw-w64-crt/headers with Cmake)

2011-04-22 Thread Mario Emmenlauer
Hi, On 04/22/2011 11:15 AM, JonY wrote: > You'll likely see an improvement by running make in parallel. Is that possible with MinGW? I have tried various guides on the net, with various combinations of gmake, make, msys-make, QT jom and whatever I could find - without any luck! They all seem ign

Re: [Mingw-w64-public] parallel make

2011-04-22 Thread Ruben Van Boxem
2011/4/22 JonY > On 4/22/2011 22:33, Ruben Van Boxem wrote: > > Op 22 apr. 2011 16:25 schreef "Mario Emmenlauer" > het > > volgende: > >> > >> > >> Hi, > >> > >> On 04/22/2011 11:15 AM, JonY wrote: > >>> You'll likely see an improvement by running make in parallel. > >> > >> Is that possible wit

Re: [Mingw-w64-public] parallel make

2011-04-22 Thread JonY
On 4/22/2011 22:33, Ruben Van Boxem wrote: > Op 22 apr. 2011 16:25 schreef "Mario Emmenlauer" het > volgende: >> >> >> Hi, >> >> On 04/22/2011 11:15 AM, JonY wrote: >>> You'll likely see an improvement by running make in parallel. >> >> Is that possible with MinGW? I have tried various guides on t

Re: [Mingw-w64-public] parallel make (was: Re: building mingw-w64-crt/headers with Cmake)

2011-04-22 Thread Ruben Van Boxem
Op 22 apr. 2011 16:25 schreef "Mario Emmenlauer" het volgende: > > > Hi, > > On 04/22/2011 11:15 AM, JonY wrote: > > You'll likely see an improvement by running make in parallel. > > Is that possible with MinGW? I have tried various guides on the net, > with various combinations of gmake, make, ms