bug-glibc
[Top][All Lists]
Advanced

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

Re: Bug#73058: glibc 2.2 (2.1.94) and i18n in argp


From: Petr Vandrovec
Subject: Re: Bug#73058: glibc 2.2 (2.1.94) and i18n in argp
Date: Mon, 16 Oct 2000 17:55:20 MET-1

On  4 Oct 00 at 16:29, Ulrich Drepper wrote:
> Petr Vandrovec <address@hidden> writes:
> 
> > in each of argp files just defines dgettext(domain,msgid) as (msgid),
> > as _ is not defined (why it should be?) and HAVE_LIBINTL_H does not
> > exist in config.h ... (nor in config.h.in :-( )...
> 
> I've handled this now.

Thanks. Debian's 2.1.95 arrived to me and it works. Unfortunately, I've
found that

malloc/obstack.c
posix/getopt.c

also do not include <libintl.h> when building glibc2.2 - they need
same change you did on 2000-10-04 to argp/argp-help.c and argp/argp-parse.c.

I do not know, whether malloc/obstack.c problem is visible, but
posix/getopt.c one causes:

# LC_ALL=cs_CZ iconv -q
iconv: invalid option -- q
Vice informaci ziskate prikazy `iconv --help' nebo `iconv --usage'.

First message is not localized, where second one is...
                                        Thanks,
                                                Petr Vandrovec
                                                address@hidden

P.S.: And timezone/private.h & timezone/zdump.c looks also suspicious -
- they guard #include "libintl.h" with '#if HAVE_GETTEXT - 0'... And
zdump definitely ignores locale - but as this does not affect my code...



reply via email to

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