X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10201061528.AA21969@clio.rice.edu> Subject: Re: bash's 'test' is inconsistent on XP (causing autoconf testsuite failures) To: djgpp-workers AT delorie DOT com Date: Sun, 6 Jan 2002 09:28:57 -0600 (CST) In-Reply-To: <000401c196c1$abcba8b0$d07c76d5@zastaixp> from "Tim Van Holder" at Jan 06, 2002 03:51:49 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Right - 'LFN=n test -f' DTRT, LFN=y doesn't. > What annoys me is that '.' doesn't have the same behaviour; I'm > OK with test -f returning true, but then '.' should work without > complaining. > I'll see if Akim accepts an autoconf patch to use LFN=n with > that test; otherwise, I'll just keep it as a local patch for > the 2.53 release. We should track down which call isn't behaving properly and see if we can fix it in the libc first. > BTW, is there any way of avoiding the fact that DJGPP programs > resize the DOS box to 80x50 under Win2K/XP? Since I usually > run at 132x60, the flashing back and forth gets annoying. NTVDM forces the window to a "supported" DOS size. These were 80x25, 80x43, 80x50 (maybe a few more) which could be handled on standard VGA. I've made my "DOS" window 80x50 so the flashing isn't as obvious - but it still makes the scroll bar go away (I use a large screen buffer).