Date: Mon, 14 Nov 1994 16:30:16 -0500 (EST) From: Long Doan Subject: Re: your mail To: TAUPIN AT rsovax DOT lps DOT u-psud DOT fr Cc: djgpp AT sun DOT soe DOT clarkson DOT edu On 14 Nov 1994 TAUPIN AT rsovax DOT lps DOT u-psud DOT fr wrote: > When gcc makes diags, they are written on the screen. But the claassical > DOS piping (i.e. saying gcc -c myfile.c >myfile.log) does not work. That's because it's written into stderr. > In order to show my problems to others, how can I make the diags > go to a file, not [only] to screen ? set go32=2r1 ... > test.tst Or use a different command processor (like 4dos or ndos) that allows ridirecting stderr. +--------------------------------------------------------+ | Long Doan ldoan1 AT mason1 DOT gmu DOT edu | | ld AT netrix DOT com | +--------------------------------------------------------+