[Bug modula2/121620] Problem static linking a program using getpwnam and getpwuid
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Aug 21 06:59:39 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121620
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
There is nothing that can be done from gcc side of things since getpwnam and
getpwuid really do require that as glibc uses dlopen to open up shared
libraries (plugins) that is used to implement those 2.
More information about the Gcc-bugs
mailing list