Date: Fri, 30 Sep 1994 17:45:53 -0400 (EDT) From: Kimberley Burchett Subject: Re: Rerouting stderr Cc: djgpp On Fri, 30 Sep 1994, Derrick Early wrote: > I think that DJ gave a solution to this once, but I'm sorry that I > didn't save it. I'd like to know how to reroute stderr, as well. in the go32 environment variable, put "2r1". But be careful - if compilation stops mysteriously after the preprocessor, then the problem is that you #included a file that it couldn't find. It then wrote the error to the file it was processing and gcc deleted it later. Or you can get 4dos and do something like "gcc >&> file"... Kim