[Bug libstdc++/115907] Libstdc++ and GCC itself should avoid glibc above 2.34 dependency
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jul 13 12:39:36 GMT 2024
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115907
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The dependency is because you built with the newer version of glibc.
If you build on an glibc there is no dependency. So you need to build
with/against the oldest version you support.
This is not a gcc issue but rather it is a build issue you have.
More information about the Gcc-bugs
mailing list