For a static library (.a file), how to list the module-level dependencies of it?
I know for a shared library (.so), we can use objdump or readelf to do
@Some programmer dude is right, but what you can do is build a simple program using this library statically and then check with ldd -v what are the dependencies.
ldd -v