LORDER(1) — USER COMMANDS
NAME
lorder − find ordering relation for an object library
SYNOPSIS
lorder file ...
DESCRIPTION
Give lorder one or more object or library archive (see ar(1)) files, and it lists pairs of object file names — meaning that the first file of the pair refers to external identifiers defined in the second — to the standard output. Lorder’s output may be processed by tsort(1) to find an ordering of a library suitable for one-pass access by ld(1).
EXAMPLE
This brash one-liner intends to build a new library from existing .o files.
ar cr library `lorder ∗.o | tsort`
The ranlib(1), command converts an ordered archive into a randomly accessed library and makes lorder unnecessary.
SEE ALSO
tsort(1), ld(1), ar(1), ranlib(1)
BUGS
The names of object files, in and out of libraries, must end with ‘.o’; otherwise, nonsense results.
Sun Release 3.0β — Last change: 11 November 1983