Mail Archives: djgpp/1994/10/05/00:13:59
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
- Raw text -