Hacker News new | ask | show | jobs
by Miiko 1810 days ago
Good coverage of dynamic linking, but for this part:

> To solve these problems, I suggest bundling all development (linking) library files together into a different directory structure per version.

Isn't it almost exactly what's called "framework" on macOS (author's proposed structure is different, but the idea looks the same)?