I got a C / C ++ application, I need to identify all the (common) libraries on which it depends, so I can share it with other people along with the libraries so that they do not need to install any package on Linux.
So, is it possible to define all the libraries that a C ++ application depends on?
A little clarification, at the moment I do not have application files, which is why I have to find another way.
source share