Mail Archives: djgpp-workers/2000/04/27/02:58:40
> Date: Wed, 26 Apr 2000 17:31:37 -0400 (EDT)
> From: "Alain Magloire" <alain AT qnx DOT com>
>
> 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.
- Raw text -