You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, glibc support varies widely across different GNU/Linux distribution flavors and GNU/Linux distribution releases.
For example, RHEL tends to target older glibc versions, while Debian tends to support newer glibc versions. But even within Debian, each Debian release tends to support a different glibc version--and sid essentially targets a floating glibc version.
We can improve compatibility by building GNU/Linux binaries as fully static.
musl libc version is also likely to vary across the musl/Linux distribution flavors and musl/Linux distribution releases. Look into fully static linking for musl/Linux targets as well.
And same for Android targets.
The text was updated successfully, but these errors were encountered:
mcandre
changed the title
option to statically link glibc targets
option to statically link linux targets
Mar 29, 2023
mcandre
changed the title
option to statically link linux targets
option to fully statically link linux targets
Mar 29, 2023
mcandre
changed the title
option to fully statically link linux targets
option to fully statically link targets
Mar 29, 2023
Unfortunately, glibc support varies widely across different GNU/Linux distribution flavors and GNU/Linux distribution releases.
For example, RHEL tends to target older glibc versions, while Debian tends to support newer glibc versions. But even within Debian, each Debian release tends to support a different glibc version--and sid essentially targets a floating glibc version.
We can improve compatibility by building GNU/Linux binaries as fully static.
https://msfjarvis.dev/posts/building-static-rust-binaries-for-linux/
musl libc version is also likely to vary across the musl/Linux distribution flavors and musl/Linux distribution releases. Look into fully static linking for musl/Linux targets as well.
And same for Android targets.
The text was updated successfully, but these errors were encountered: