Hacker News new | ask | show | jobs
by alexvitkov 333 days ago
Because with the current compilation model shared libraries (.so/.dll) are the output of the linker, but static libraries are input for the linker. It is historical baggage, but as it currently stands they're fairly different beasts.
1 comments

This is succint, thank you.