Date: Tue, 16 Aug 94 10:13:06 EDT From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: dliu AT faraday-gw DOT njit DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: djgpp 1.12 no enough memory Reply-To: babcock AT cfa DOT harvard DOT edu > Is there any way I can do something like "make >& errfile" in MSDOS?. Several possible solutions: 1. set go32=2r1 2. Use 4dos instead of command.com 3. Use a make program which supports stderr redirection. I know that OPUS make (commercial) does this. 4. Get a stderr redirection utility from oak.oakland.edu such as Directory SimTel/msdos/sysutil/ Filename Type Length Date Description ============================================== rdstderr.zip B 5394 880306 Redirect STDERR to a file, with src redir.zip B 7951 900803 Combines STDERR with STDOUT for redirection tee11.zip B 2640 880921 Redirect output to std out & screen v1.1 8/88 There were reports a while back that if you redirected stderr, errors messages from cpp got fed to the compiler instead of being displayed. I've never seen this happen, but apparently the messages you eventually get are quite confusing.