bug-gettext
[Top][All Lists]
Advanced

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

[bug #62659] libgettextpo.so has undefined reference to gl_get_setlocale


From: Bruno Haible
Subject: [bug #62659] libgettextpo.so has undefined reference to gl_get_setlocale_null_lock on musl
Date: Mon, 4 Jul 2022 18:11:17 -0400 (EDT)

Follow-up Comment #8, bug #62659 (project gettext):

> If I build with the packaging/ebuild, which uses
--without-included-libunistring, it always fails.

If I build with "ac_cv_libunistring=no ./configure
--without-libunistring-prefix", I can see the following:


$ readelf -d libgettextpo.so | grep NEEDED
...
libintl.so.8



$ nm --dynamic libintl.so.8
...
0000000000000000 T gl_get_setlocale_null_lock
...


So, in this case too, the symbol gl_get_setlocale_null_lock is defined by the
dependency libraries of libgettextpo.so.

You can have packages like coreutils, gcal, etc. use libc instead of libintl.
That's one thing. But you can't use libgettextpo without libintl, because
libintl is a dependency of libgettextpo.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62659>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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