From: dan AT no DOT spam Newsgroups: comp.os.msdos.djgpp Subject: Seeing errors from gcc in DOS Message-ID: <3ae6dc8f.13867961@news.earthlink.net> X-Newsreader: Forte Free Agent 1.21/32.243 Lines: 22 Date: Wed, 25 Apr 2001 14:17:28 GMT NNTP-Posting-Host: 165.247.24.96 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 988208248 165.247.24.96 (Wed, 25 Apr 2001 07:17:28 PDT) NNTP-Posting-Date: Wed, 25 Apr 2001 07:17:28 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net X-Received-Date: Wed, 25 Apr 2001 07:16:03 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm running gcc version 2.95.3 in a Dos window on Win '98. There's a syntax error in my program that's generating a ton of errors. The problem is, the first error - the cause of all the calamity - scrolls right out of the window. I've tried piping the output to more ( gcc -c -Wall cname.c | more ). No luck. Keeps flying by. I've tried redirecting output to a file. ( gcc -c -Wall cname.c > e.txt ). It creates e.txt, but it's blank. I've tried redirecting stderr ( 3>e.txt ). Ditto. In every case, the errors just pour forth and scroll off the window. How can I see my errors?!?! Help!!!! - Dan