delorie.com/archives/browse.cgi | search |
From: | Andreas Bierhals <bierhals AT stud DOT uni-hannover DOT de> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: To many errors |
Date: | Mon, 13 Oct 1997 23:48:54 -0700 |
Organization: | RRZN - Newsserver |
Lines: | 21 |
Message-ID: | <344315D6.3E59@stud.uni-hannover.de> |
References: | <343D614C DOT 6253 AT club-internet DOT fr> |
Reply-To: | bierhals AT stud DOT uni-hannover DOT de |
NNTP-Posting-Host: | h29.stud.uni-hannover.de |
Mime-Version: | 1.0 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Charles Mennerat wrote: > > How can one read all the errors detected by the compiler when they are > listed more then one sceen height?Also is it possible to print the > listed > errors in a *.txt file? If you have djgpp v2.0 use the program 'redir.exe' in your /djgpp/bin directory. Example: to send stderr to stdout use the command line switch '-eo', and use a command like this: redir -eo gcc -c xyz.cc | more ... or dump your error messages in a file: redir -e errors.txt gcc -c xyz.cc Greetings! Andreas B.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |