6 ms·
It's easier to distribute software fully self-contained, if you ignore the pain of statically linking everything together :)
by vv_ 8mo ago
It's easier to distribute software fully self-contained, if you ignore the pain of statically linking everything together :)
- diego_sandoval 8mo agoWhat's the pain?
- throwaway2046 8mo agoI'm guessing the pain of fighting the various build systems that insist on dynamic linking, sometimes against the user's explicit wishes.
- vv_ 8mo agoMost open source software tooling Were designed to be dynamically linked. It is non-standard to statically link things together, which causes various random issues.