Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If your only concern is libraries, you can ask the dynamic loader to print out what it loads:

LD_DEBUG=libs command

You can check out all the valid options with:

LD_DEBUG=help cat

or check out `man ld.so`.

On mac, there is something similar. Lookup all the DYLD_PRINT_* variables in `man dyld`.



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

Search: