Date: Tue, 26 Aug 1997 19:37:52 +0300 (IDT) From: Eli Zaretskii To: Ilan Shemes cc: djgpp AT delorie DOT com Subject: Re: Error documentation? In-Reply-To: <01bcae79$d063ab80$0100a8c0@janeway> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 21 Aug 1997, Ilan Shemes wrote: > Is there a document that explains the various error / warning codes that > the DJGPP compiler returns? GCC doesn't include such docs, sorry. The DJGPP port didn't add even a single error message. > for example: > Warning: ediv singularity error Please post the shortest program that causes this. Another possibility is to posth this question to the gnu.gcc.help news group, since there's nothing DOS-specific in this message. > And the screen that a crashed program returns doesn't make sense to me > either... This *is* documented. Please download the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) and read section 9.2 there. It explains how to make the crash traceback talk to you in a human- understandable language.