bug-gettext
[Top][All Lists]
Advanced

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

Re: [bug-gettext] gettext 0.18.3.1 might be buggy


From: Daiki Ueno
Subject: Re: [bug-gettext] gettext 0.18.3.1 might be buggy
Date: Wed, 20 Nov 2013 17:30:42 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Peter Dyballa <address@hidden> writes:

Looking at the cpp output:

>       # 143 "/Developer45/SDKs/MacOSX10.4u.sdk/usr/include/stdlib.h" 3 4
>       void unsetenv(const char *);

and:

>       int
>       rpl_unsetenv (const char *name)
>       {
...
>         while (getenv (name))
>           result =
>             unsetenv (name);

VOID_UNSETENV check in setenv.m4 (from gnulib) seems not working with
your compilation.  Can you provide the configure option and config.log?

Regards,
-- 
Daiki Ueno



reply via email to

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