ranlib.1

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 1 代码 · 共 38 行

1
38
字号
.TH RANLIB 1.SH NAMEranlib \- convert archives to random libraries.SH SYNOPSIS.B ranlibarchive ....SH DESCRIPTION.I Ranlibconverts each.I archiveto a form which can be loadedmore rapidly by the loader,by adding a table of contents named.B __.SYMDEFto the beginning of the archive.It uses.IR ar (1)to reconstruct the archive,so that sufficient temporary file space mustbe available in the file system containing thecurrent directory..SH SEE ALSOld(1), ar(1).SH BUGSBecause generation of a library by.I arand randomization by.I ranlibare separate,phase errors are possible.The loader.I ldwarns when the modification date ofa library is more recent thanthe creation of its dictionary;but this means you get the warning even if youonly copy the library.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?