Quoting Matt England <[EMAIL PROTECTED]>:


So, on UNIX, this command would exit immediately if the $(CXX) program
exits with a non-zero code, as Matt expects.

Is this this not the way it's supposed to work on mingw/msys?


I suspect that you are running into issues of using more than one runtime MSYS and MSVCRT. MSYS provides its own versions of make so that it can control the processes. You've used the MSYS toolset to build a new version of make for a target that uses the MSVCRT runtime and MSYS does not have control of it. Use your new version of make without MSYS in the PATH and use the CMD.EXE shell. If you still have problems then there is an issue with make; else it will be impossible for you to prove there is one.

Earnie Boyd

http://shop.siebunlimited.com



_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to