Date: Mon, 14 May 2001 10:01:22 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: W Gwinn cc: djgpp AT delorie DOT com Subject: Re: Error catching w/Make In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 14 May 2001, W Gwinn wrote: > It doenst seem to be fatal, as it compiles and all the example programs run. > However, i have not been able to capture them to a log so that i can see > what is going on > > Any help would be greatly appreiciated. i have tried running it with "make > >er >>er1" to catch the ouput, which does great to get the status, but the > error still flows to the screen The errors go to stderr, not stdout. Section 6.15 of the DJGPP FAQ list describes several alternatives for redirecting stderr to a file.