Operating System - HP-UX
1834073 Members
2796 Online
110063 Solutions
New Discussion

Re: Extract the named files with ar -x

 
Ernst Beyerbach
Occasional Contributor

Extract the named files with ar -x

/usr/bin/ar -x /usr/lib/libdbm.a works on hpux 10.20
the following files are created:
-rw-rw-r-- 1 root sys 2908 Sep 30 08:53 dbm.o
-rw-rw-r-- 1 root sys 700 Sep 30 08:53 hpux_rel.o
-rw-rw-r-- 1 root sys 9144 Sep 30 08:53 ndbm.o

but on hpux 11.00 only the hpux_rel.o is created, is this correct.
1 REPLY 1
Andreas Voss
Honored Contributor

Re: Extract the named files with ar -x

Hi,

at HP-UX 11.00 dbm.o and ndbm.o are located in /usr/lib/libc.a

Regards