|
how to know dependencies of library file?
We can use ldd to know the dependencies of a dynamic library (.so).
How will we know the same for static library? I got error When I tried ldd
with a static library (.a) This is listed below. Can someone please tell
me the reason?
[root@localhost flirt-20060121]# ldd libflirt.a
ldd: warning: you do not have execution permission for `./libflirt.a'
not a dynamic executable
But this libflirt.a is a working library file.
thanks
shamju joseph
|