Date: Mon, 14 Mar 94 09:22:54 -0500 From: dj AT ctron DOT com (DJ Delorie) To: dridge AT MIT DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Ctrl-Break, Ctrl-C > > My compiled DJGPP programs are stopped dead in their tracks by Ctrl-Break, > why isn't the compiler itself? Is there some way I can make this happen? The compiler is actually a few programs; killing one just makes the next one start up. Ctrl-Break death doesn't return the "right" exit code to gcc to indicate that it should stop. Try hitting it a few more times. DJ