ranlib.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 42 行

1
42
字号
.\" SCCSID: @(#)ranlib.1	8.1	9/11/90.TH ranlib 1 VAX.SH Nameranlib \- convert archives to random libraries.SH Syntax.B ranlib\fIarchive...\fR.SH Description.NXR "archive file" "reconstructing".NXA "ranlib command" "lorder command".NXA "ar program" "ranlib command".NXR "ranlib command"The.PN ranlibcommandconverts each.I archiveto a form which the loader can load more rapidly.The.PN ranlibcommanddoes this by adding a table of contents called _.SYMDEFto the beginning of the archive.the.PN ranlibcommand uses .MS ar 1to reconstruct the archive, so that sufficient temporary file space mustbe available in the file system which contains the current directory..SH RestrictionsBecause generation of a library by.PN arand randomization of the library by.PN ranlibare separate processes, phase errors are possible.  The loader,.PN ld ,warns when the modification date of a library is more recent than thecreation date of its dictionary;  but this means that you get thewarning even if you only copy the library..SH See Alsoar(1), ld(1), lorder(1)

⌨️ 快捷键说明

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