Date: Mon, 24 Jan 2000 09:34:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: leon cc: djgpp AT delorie DOT com Subject: Re: REDIR - running under 486 SX - hmm! In-Reply-To: <388B7ED5.1CE35361@caresystems.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 24 Jan 2000, leon wrote: > the PROBLEM is - that this REDIR.exe after doing whole compilation - > outputs some error regardgin FPU not being available at some registers... This is a known bug in the version of `redir' supplied with DJGPP v2.02. The bug is corrected in v2.03, so upgrade. > was just wondering if SX machines are supported at all by redir `redir' has no problems with FPU-less machines. The bug which causes this happens because `redir' reverts the FP exception to its default state before running the program (so that if that program crashes due to FP errors, `redir' won't crash with it), but when the child program exits, the FP exception is toggled back too late...