Timeline for Is it good practice to statically link libstdc++ and/or libgcc when creating distributable binaries for Linux?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 9, 2019 at 8:42 | comment | added | 0xC0000022L | ... not to mention the fact that the nsswitch part in particular collides with static linking. | |
| Jan 16, 2019 at 6:08 | vote | accept | Robert Fraser | ||
| Jan 9, 2019 at 16:02 | comment | added | Min4Builder | Besides distro customizations, glibc uses dlopen() to dynamically load parts of itself even when statically linked. The authors say it's not designed for that use case. | |
| Jan 9, 2019 at 6:30 | history | answered | GrandmasterB | CC BY-SA 4.0 |