From: Nate Eldredge Newsgroups: comp.os.msdos.djgpp Subject: Re: Seeing errors from gcc in DOS Date: 25 Apr 2001 10:21:53 -0700 Organization: InterWorld Communications Lines: 12 Sender: nate AT mercury DOT st DOT hmc DOT edu Message-ID: <83u23c3nf2.fsf@mercury.st.hmc.edu> References: <3ae6dc8f DOT 13867961 AT news DOT earthlink DOT net> NNTP-Posting-Host: mercury.st.hmc.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: nntp1.interworld.net 988219314 19306 134.173.57.219 (25 Apr 2001 17:21:54 GMT) X-Complaints-To: usenet AT news DOT interworld DOT net NNTP-Posting-Date: Wed, 25 Apr 2001 17:21:54 +0000 (UTC) User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com dan AT no DOT spam writes: > I've tried redirecting stderr ( 3>e.txt ). Ditto. stderr is descriptor 2, not 3. However, if you're using command.com or equivalent, it's a moot point, since it doesn't accept that syntax. redir is the way to go here. -- Nate Eldredge neldredge AT hmc DOT edu