Operating System - HP-UX
1833776 Members
1882 Online
110063 Solutions
New Discussion

How to Extract Shared Libraries?

 
Anitha_5
Contributor

How to Extract Shared Libraries?

Hi All,

How to extract objects from shared library.

For Ex : libc.so

Thanks in advance,

Anitha
1 REPLY 1
ranganath ramachandra
Esteemed Contributor

Re: How to Extract Shared Libraries?

object files cannot be extracted from shared libraries. unlike archive libraries (which are simply archives of objects, very similar to tar files) shared libraries are ready-to- load binaries that are the result of linking.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo