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

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

Re: glade: undefined reference to bind_textdomain_codeset


From: Felix Natter
Subject: Re: glade: undefined reference to bind_textdomain_codeset
Date: 04 Jun 2002 19:18:35 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Bruno Haible <address@hidden> writes:
> This is not a bug in GNU gettext. The problem comes from the
> obsolete macros AM_GLIB_WITH_NLS and AM_GLIB_GNU_GETTEXT in
> glade-1.1.0/aclocal.m4. It would work if the package was using the
> GNU gettext 0.11.2 macros instead, and invoking it using
> AM_GNU_GETTEXT([need-ngettext]). (The bind_textdomain_codeset
> function was introduced at the same time as ngettext, therefore the
> requirement for bind_textdomain_codeset is equivalent to the
> requirement for ngettext.)
> 
> > if I do "nm libc-2.1.3.so" I get "no symbols".
> 
> Use "nm --dynamic libc-2.1.3.so".

Thanks, this is a problem in at least two GNOME libraries. I posted
the solution to gnome-vfs and glade-users (and maybe also to gnome-devel if
it turns out that it affects more packages).

I think it would be a good idea to mention `bind_textdomain_codeset'
(and all other functions that are affected) along with `ngettext' in
gettext.m4 (and AM_GNU_GETTEXT in the manual).

-- 
Felix Natter




reply via email to

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