I got a C/C++ application, i need to determine all (shared) libraries on which it is dependent, so i can share it with other people along with libraries so they don't have to install any package, on Linux.
So is it possible to determine all libraries on which a C++ application is dependent?
A little clarification, i dont have application makefiles for the moment, thats why i have to find another way.
I think for linux you can use ldd command. You can see the man page for this command or also find this here http://linux.about.com/library/cmd/blcmdl1_ldd.htm.
Try to use ldd which will list the dependent libraries for that executable
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With