bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Edward S. Peschko] gettext and glibc


From: Edward S. Peschko
Subject: Re: [Edward S. Peschko] gettext and glibc
Date: Sun, 22 Feb 2004 11:45:28 -0800
User-agent: Mutt/1.4.1i

> Please take a look at
> http://www.haible.de/bruno/gettext-FAQ.html#integrating_undefined
> 
> > I'm wondering if this is from glibc-isms in the code
> 
> Some packages indeed don't use AM_GNU_GETTEXT and instead have glibc-isms
> of the form "if a gettext() function is found in libc, don't use libintl".
> Which of course cannot work with Solaris, since the Solaris libc gettext()
> function is incompatible with the GNU gettext() function. (And this is why
> the prefixed name libintl_gettext is used: it guarantees a link error instead
> of a core dump at run time.)
> 
> Bruno

So what's the solution? Stick with 10.40 for solaris? That's worked for me in 
the 
past, but my gut would be to either:

        a) port glibc to other platforms (which no one seems to have an 
interest doing)
        b) somehow modify m4/autoconf/et al to put a check for solaris to 
always use 
           libintl no matter what.

And am I going to get core dump errors if I keep using gettext-0.10.40?

Ed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]