Hacker News new | past | comments | ask | show | jobs | submit login

It sounds like you don't strace your project, you strace the compilers and linkers to find out which headers and libraries they actually use. Then you know exactly which builds are possibly out of date at any point, even after a platform upgrade. Nobody bothers to note stuff like libc in their makefiles, a mistake which make can't help you avoid.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: