Hacker News new | ask | show | jobs
by Joker_vD 16 days ago
> the Unix dynamic linking model

What? It's just like static linking! Only, you know, we do it at load time. At least the filenames of the shared objects to load are included into the executable — we could instead just load and search the whole of /usr/lib in unspecified order, you know!