lorder.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 46 行
1
46 行
.\" SCCSID: @(#)lorder.1 8.1 9/11/90.TH lorder 1.SH Namelorder \- determine relation for an object library .SH Syntax.B lorder\fIfile...\fR.SH Description.NXR "lorder command".NXA "lorder command" "ranlib command".NXR "object file" "ordering".NXR "archive file" "ordering"The inputis one or more object or library archive.I files.For further information, see .MS ar 1 .The standard outputis a list of pairs of object file names,meaning that the first file of the pair refers toexternal identifiers defined in the second.The output may be processed by.MS tsort 1to find an ordering ofa library suitable for one-pass access by .MS ld 1 ..PPThis one-liner intends to build a new libraryfrom existing `.o' files..IPar cr library \`\|lorder *.o | tsort\`.PPThe use of .MS lorder 1is unnecessary when you use .MS ranlib 1 ,which converts an ordered archive into a randomlyaccessed library..SH RestrictionsThe names of object files, in and out of libraries, must end with `.o';nonsense results otherwise..SH Files*symref, *symdef.SH See Alsoar(1), join(1), ld(1), nm(1), ranlib(1), sed(1), sort(1), tsort(1)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?