How to identify whether binary links static libs - libc.a or libm.a?
807575May 11 2008 — edited May 13 2008Hi:
As part of our application porting to SOLARIS 10 - I want to identify C or C++ binaries that are linked with any of the static libs that are no longer provided with SOLARIS 10.
Is there a way to list the static libs included in a binary??
I've used the abiscan tool on all these binaries and got the "OK" on all. Does this imply that the binaries are not linked to the static lib that have been removed?
Thanks in advance.