Chapter 4 117
Linker Tools
Reducing Storage Space with strip(1)
If you execute strip on an archive file (see ar(4)), it removes the archive
symbol table. The archive symbol table must be restored by executingar
with its s operator (see ar(1)) before the ld command (see ld (1)) can use
the archive. strip issues appropriate warning messages when this
situation occurs.