From: "Laurynas Biveinis" Date: Fri, 29 Jun 2001 12:59:00 +0200 To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Subject: Re: bash 2.04 build failure? Message-ID: <20010629125900.A314@lauras.lt> Mail-Followup-To: Eli Zaretskii , djgpp-workers AT delorie DOT com References: <20010629092540 DOT B223 AT lauras DOT lt> <8296-Fri29Jun2001115756+0300-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8296-Fri29Jun2001115756+0300-eliz@is.elta.co.il> User-Agent: Mutt/1.3.18i 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 > I don't like environment variables as a means to solve such problems. > They should be the last resort. A Bash variable sounds like a better > idea. There are already things like POSIXLY_CORRECT, and at least I didn't hear complaints about it. And bash variable solution is a very local fix, leaving other applications with default setting and startup flag. > > OTOH, I think that if we implement this, then search order should be > > reverted to be unix-like again - we have more genuine DJGPP and UNIX > > apps that DOS ones. > > I don't understand this. Could you please explain? Yes, a typo can mungle text not worse than C++ name mangler :) I mean that there are a lot of apps ported from UNIX, which want UNIX behaviour naturally, there is another lot of apps written specially for DJGPP which had to live with UNIX behaviour up to and including 2.03 release. All these apps outnumber the apps written for MS, Borland, Watcom and so on, which would expect DOSish behaviour. So which ones should we cater? Laurynas