Date: Sun, 13 Dec 1992 13:32:22 EST From: sandmann AT clio DOT rice DOT edu (Charles Sandmann 713-493-8756) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Problem with errors to a file >Re: How to keep a log for syntax errors and warnings? >You can put a set GO32=ansi 2r1 drivers.... > ^^^ >into your GO32 variable. See file README. I tried this for a while, but there is a problem I could never work around. The CPP directs its output to stdout, so the 2r1 flag forces all CPP error messages (missing includes, bad macros, etc) into the CPP output and then causes the GCC compiler to puke on the imbedded error messages with no useful error messages. (The intermediate files get deleted). Any easy fix without a different shell or operating system?