-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
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
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
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
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
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
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