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: Sun, 3 Jul 2022 11:46:26 -0400 (EDT)

Update of bug #62659 (project gettext):

                  Status:                    None => Works For Me           
             Assigned to:                    None => haible                 
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

On Alpine Linux, a system with musl libc, I can see the following:


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



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



$ nm --dynamic libunistring.so.2
...
0000000000047420 T gl_get_setlocale_null_lock
...


That is, the symbol gl_get_setlocale_null_lock by the dependency libraries of
libgettextpo.so (even by two of them).


    _______________________________________________________

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]