Penguin
Annotated edit history of lorder(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ----
2 __NAME__
3
4
5 lorder - list dependencies for object files
6 __SYNOPSIS__
7
8
9 lorder file ...
10 __DESCRIPTION__
11
12
13 The lorder utility uses nm(1) to determine
14 interdependencies in the list of object files specified on
15 the command line. Lorder outputs a list of file names where
16 the first file contains a symbol which is defined by the
17 second file.
18
19
20 The output is normally used with tsort(1) when a library is created to determine the optimum ordering of the object mod- ules so that all references may be resolved in a single pass of the loader.
21 __EXAMPLES__
22
23
24 ar cr library.a `lorder ${OBJS} | tsort`
25 __SEE ALSO__
26
27
28 ar(1), ld(1), nm(1),
29 ranlib(1), tsort(1)
30 __HISTORY__
31
32
33 An lorder utility appeared in Version 7 AT
34 .
35
36
37 BSD June 6, 1993 1
38 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.