
I tried make -j2, which locked up. "sh validate" used -j but I'm not sure with what N.
It's tantalising if it worked for you! And it worked fine on my old Win7 laptop. Where did you get your mingw/msys installation from? I got mine from http://www.mingw.org/, using the download installer "Mingw-get-setup.exe".
I have also just unravelled another bizarre failure, which I'll describe in a separate email. Sadly resolving the latter does not fix the make -j2 problem.
Simon
From: ghc-devs [mailto:ghc-devs-bounces@haskell.org] On Behalf Of Niklas Larsson
Sent: 27 August 2013 23:56
To: Kyle Van Berendonck
Cc: ghc-devs@haskell.org
Subject: Re: make -jN loops on Windows
Hi!
Are you using make -j with or without number of jobs? I tried with make -j4 on my Windows 8 machine and it worked well.
Niklas
2013/8/27 Kyle Van Berendonck