|
From: | Earnie Boyd |
Subject: | Re: make3.81-beta4 mingw not failing on error? |
Date: | Tue, 07 Mar 2006 22:30:53 -0500 |
User-agent: | Internet Messaging Program (IMP) H3 (4.0.4) |
Quoting Matt England <address@hidden>:
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
[Prev in Thread] | Current Thread | [Next in Thread] |