ldd for printing shared library dependencies
man ldd. ldd prints shared library dependencies. Useful for checking if you got the order of your arguments wrong while invoking g++.
man ldd. ldd prints shared library dependencies. Useful for checking if you got the order of your arguments wrong while invoking g++.
man nm. nm lists symbols from object files. Grep the output in order to search for a certain symbol.