Date: Thu, 27 Apr 2000 03:13:59 -0400 (EDT) Message-Id: <200004270713.DAA24809@indy.delorie.com> From: Eli Zaretskii To: alain AT qnx DOT com CC: djgpp-workers AT delorie DOT com, pinard AT iro DOT umontreal DOT ca In-reply-to: <200004262132.RAA05915@qnx.com> (alain@qnx.com) Subject: Re: GNU Gettext and NLS support for DJGPP References: <200004262132 DOT RAA05915 AT qnx DOT com> 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 > Date: Wed, 26 Apr 2000 17:31:37 -0400 (EDT) > From: "Alain Magloire" > > I was going to say that I thing Franc,ois has > a modified gettex.m4 that should also work with DJPP, I had to > do some work base on the input from Eli to GNU grep intl working > for DJGPP. Those changes indeed make DJGPP porting easier (and several other GNU maintainers, besides Franc,ois and Alain, are using that modified version), but they don't help with the issue at hand. I always disable NLS in my ports, so the problems pertinent to gettext never show up, as the relevant fragments of the configure script never get to run. The issue we are trying to solve in this thread is that DJGPP has an incompatible function `gettext' in its library, and the configure script was erroneously picking it up, thinking it was NLS-related.