First page Back Continue Last page Summary Graphics
Static Libaries: Utilities
ar - create, modify, and extract from archives (static libraries).
- r Insert files into archive (with replacement).
- Any previously existing members are deleted
- if their names match those being added.
- x Extract named files from the archive.
ranlib: generate index to archive (static
library).
nm: list symbols from object files.