Path: chuka.playstation.co.uk!scea!peter_alau@playstation.sony.com From: shade@dragonshadow.com (Scott Cartier) Newsgroups: scee.yaroze.programming.gnu_compiler Subject: Re: errors and more errors Date: Tue, 22 Jun 1999 01:16:23 GMT Organization: SCEA News Server Lines: 10 Message-ID: <376ee326.195592448@news.scea.sony.com> References: <376E3EF2.3D997A29@aol.com> <376e7d3b.169497403@news.scea.sony.com> <7km7u6$33u23@chuka.playstation.co.uk> NNTP-Posting-Host: vmlabs98.vmlabs.com X-Newsreader: Forte Free Agent 1.11/32.235 >I think it's the same as in the UNIX world try, > >gcc FILES ..... > errorlog.log I think that just redirects stdout, not stderr. There's a separate way to redirect stderr. On our system at work it's ">&" (in place of ">"). I just tried that in a DOS box and it didn't work. Scott