Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

shared libraries

Status
Not open for further replies.

aashishagrawal

Programmer
Apr 23, 2002
10
IN
If I have a static library ( libmy.a), using
"ar" I can see the object files that are used
in this library.
In the same way How we can see the
composition of shared libraries( with extension .so)??
from composition I do not want to see
the symbols exported, but I want to see
the object files that are used in creating shared
library.
Thanks,
Aashish Agrawal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top