Date: Thu, 20 Sep 2001 22:51:29 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: wojciech DOT galazka AT polkomtel DOT com DOT pl Message-Id: <8011-Thu20Sep2001225129+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <250B3114DA16D511B82C00E0094005F8023FC194@MSGWAW11> (message from Wojciech Galazka on Thu, 20 Sep 2001 19:06:24 +0200) Subject: Re: W2K error message documentation References: <250B3114DA16D511B82C00E0094005F8023FC194 AT MSGWAW11> 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 > From: Wojciech Galazka > Date: Thu, 20 Sep 2001 19:06:24 +0200 > > I think one should assume that command com is not fully LFN-aware on > NT/W2K/XP NT is not a problem, since DJGPP doesn't support LFN there (except with the TSR). As for the rest, given Charles' testing, I tend to agree. The question is how to solve the problems that this triggers. These problems are similer to running a build process on Windows 9X after setting LFN=n: in most cases it won't work. > The best, perhaps is to rewrite make rules of type 'command.com /c ..' with > something more portable "command.com /c" is about as portable as it gets, in the sense that this was something I could rely on to work on any platform which supports DJGPP. If you can suggest something more portable, please do.