Hacker News new | ask | show | jobs
by dfalzone 2186 days ago
How would we write our own libraries?
1 comments

I guess just as before, by using install_name_tool to burn the install location into a .dylib (with special vars), and then link against it? The question seems rather, how to link against system libs if these are no longer palpable files.