Date: Thu, 8 Feb 1996 17:56:53 +0200 (IST) From: Eli Zaretskii To: Jeffrey Taylor Cc: djgpp AT delorie DOT com Subject: Re: Abort! V2 beta3 On 7 Feb 1996, Jeffrey Taylor wrote: > I am getting an Abort! message from the gcc compiler. Anyone know what > this means, how to worka around it, and how to get the compiler to give > me more info? Add -v to the gcc command line and run it under `redir' (which comes with DJGPP v2.0) to save the stderr output on a file. Then post that file. The way to use `redir' is described on `info/utils' Info file.