BSD 4_3_Reno development
[unix-history] / usr / share / man / cat1 / lorder.0
LORDER(1) UNIX Reference Manual LORDER(1)
N\bNA\bAM\bME\bE
l\blo\bor\brd\bde\ber\br - list dependencies for object files
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
l\blo\bor\brd\bde\ber\br _\bf_\bi_\bl_\be ...
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
The l\blo\bor\brd\bde\ber\br utility uses nm(1) to determine interdependencies in the list
of object files specified on the command line. L\bLo\bor\brd\bde\ber\br outputs a list of
file names where the first file contains a symbol which is defined by the
second file.
The output is normally used with tsort(1) when a library is created to
determine the optimum ordering of the object modules so that all refer-
ences may be resolved in a single pass of the loader.
E\bEX\bXA\bAM\bMP\bPL\bLE\bES\bS
ar cr library.a `lorder ${OBJS} tsort`
S\bSE\bEE\bE A\bAL\bLS\bSO\bO
ar(1), ld(1), nm(1), ranlib(1), tsort(1)
H\bHI\bIS\bST\bTO\bOR\bRY\bY
L\bLo\bor\brd\bde\ber\br appeared in Version 7 AT&T Unix.