Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20020802184831.01f99c70@pop3.cris.com> X-Sender: rrschulz AT pop3 DOT cris DOT com Date: Fri, 02 Aug 2002 18:50:53 -0700 To: cygwin AT cygwin DOT com From: Randall R Schulz Subject: Re: make problem -- does not terminate on error In-Reply-To: <257210-2200284105239605@M2W050.mail2web.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Andrew, Have you tried running the command that fails (in the same way that "make" runs it under the circumstances in question) in a shell and seeing what error status it reports back? Is it indeed reporting a non-zero exit status (in addition to printing an error diagnostic)? Randall Schulz Mountain View, CA USA At 17:52 2002-07-31, aek AT pumpkininc DOT com wrote: >Hello. > >I use make recursively to build a large number of libraries. > >Recently I added a new set of libraries to my makefile targets, using a new >compiler (aq430.exe from Archelon). With this compiler (and not with any >others I've tried, e.g. gcc), when an error is encountered, e.g: > >1 fatal error >aq430: aq430c error return -1 -- processing terminated > >make just keeps on going instead of stopping. This happens on Win2k and >Win98 machines. Note that above, aq430.exe call aq430c.exe. > >Archelon tested my makefiles under mingw32 make v3.79.1, and there, it >behaves properly. > >Any ideas why this problem occurs under Cygwin and not mingw32? > >I'm using the latest version of Cygwin. > >Thanks, > >Andrew -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/