Date: Sat, 3 Dec 94 21:10:10 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: mfeldman AT seas DOT gwu DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: How can we capture stderr to a file? Reply-To: babcock AT cfa DOT harvard DOT edu > How can we capture stderr to a file? 1. SET GO32=2r1 to redirect stderr to stdout, then use ordinary redirection. 2. Use a shell which support stderr redirection such as 4dos (or ndos?). 3. Use a make processor which supports stderr redirection such as OPUS make (commercial). 4. Use a stderr redirection utility such as redir.zip in SimTel/msdos/sysutil at oak.oakland.edu. (There are several other similar programs.) This is a FAQ, but the answer is not in djgpp.faq (DJ - feel free to use the above text in the FAQ. If you want, I will make a listing of the other redirection utilities available at oak.)