Date: Sat, 30 Sep 2000 00:45:15 +0200 From: "Eli Zaretskii" Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <4098-Sat30Sep2000004515+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: <8r2hg1$3fn$1@nnrp1.deja.com> (message from observer on Fri, 29 Sep 2000 16:54:30 GMT) Subject: Re: HTML Tidy, WindowsME, and DJGPP [workaround] References: <8qe4cj$1f3$1 AT nnrp1 DOT deja DOT com> <8qf347$464$1 AT nnrp1 DOT deja DOT com> <8r2hg1$3fn$1 AT nnrp1 DOT deja DOT com> 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 > From: observer > Newsgroups: microsoft.public.webdesign.html,comp.os.msdos.djgpp > Date: Fri, 29 Sep 2000 16:54:30 GMT > > Here is a version of `redir' that works (afaict) on WindowsME: > > ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/ports/redir.zip Thanks, but this won't help much. Handle redirection is so central to many programs that are part of the DJGPP toolchain, that solving the `redir' part alone is not useful: the rest of the programs will still break. We need to find out what happens inside the library functions `dup' and `dup2', and work around those problems in the library. Only then we could be sure these problems won't affect DJGPP as a whole. So I'd like to ask everyone who has access to Windows ME to dig into this problem and report the findings here. Thanks!