libc.so.6 dependencies
Alex Ernst
alex.ernst19@gmail.com
Tue Jun 24 17:45:38 GMT 2025
Hello glibc developers,
Why do we have dependency on libgcc_s.so.1 for pthread_cance() and
pthread_exit() (compared to older versions of glibc) ?
GLIBC 2.28: strings libc.so.6 | grep "must be installed for"
libgcc_s.so.1 must be installed for unwinding to work
GLIBC 2.41: strings libc.so.6 | grep "must be installed for"
libgcc_s.so.1 must be installed for unwinding to work
libgcc_s.so.1 must be installed for pthread_cancel to work
libgcc_s.so.1 must be installed for pthread_exit to work
Thx,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20250624/77c86d10/attachment.htm>
More information about the Libc-alpha
mailing list