ldd for printing shared library dependencies

less than 1 minute read

man ldd. ldd prints shared library dependencies. Useful for checking if you got the order of your arguments wrong while invoking g++.

Leave a Comment