top | item 46764293 (no title) vv_ | 1 month ago It's easier to distribute software fully self-contained, if you ignore the pain of statically linking everything together :) discuss order hn newest diego_sandoval|1 month ago What's the pain? vv_|27 days ago Most open source software tooling Were designed to be dynamically linked. It is non-standard to statically link things together, which causes various random issues. throwaway2046|1 month ago I'm guessing the pain of fighting the various build systems that insist on dynamic linking, sometimes against the user's explicit wishes.
diego_sandoval|1 month ago What's the pain? vv_|27 days ago Most open source software tooling Were designed to be dynamically linked. It is non-standard to statically link things together, which causes various random issues. throwaway2046|1 month ago I'm guessing the pain of fighting the various build systems that insist on dynamic linking, sometimes against the user's explicit wishes.
vv_|27 days ago Most open source software tooling Were designed to be dynamically linked. It is non-standard to statically link things together, which causes various random issues.
throwaway2046|1 month ago I'm guessing the pain of fighting the various build systems that insist on dynamic linking, sometimes against the user's explicit wishes.
diego_sandoval|1 month ago
vv_|27 days ago
throwaway2046|1 month ago