Shared libraries
Shared libraries
Posted Nov 25, 2025 19:14 UTC (Tue) by NYKevin (subscriber, #129325)In reply to: Shared libraries by intelfx
Parent article: APT Rust requirement raises questions
> It's not so simple (or cheap) to automate _creating_ those binaries in the first place.
The argument made by the newer languages is that it should be. And they have largely succeeded. When is the last time you saw a Rust or Go project that *couldn't* be built with cargo build, go build, etc.?
Yes, yes, the subsequent packaging step is frequently more complicated. But that step is entirely the distro's invention. They don't get to make it everyone else's problem.
