Date: Mon, 22 Jun 92 08:53:10 EDT From: DJ Delorie To: jhartman AT vax DOT awi-bremerhaven DOT dbp DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: redirect error mesgs >Is there a way to redirect the error and warning mesgs into a file ? >Apparently gcc sends it to stderr, which DOS isn't able to redirect. >Or ist it ? C> set GO32=2r1 ( this redirects stderr (2) to stdout (1) inside the extender) C> gcc -c foo.c > output.dat