lorder(1) v7 man page | unix.com

Man Page: lorder

Operating Environment: v7

Section: 1

LORDER(1)						      General Commands Manual							 LORDER(1)

NAME
lorder - find ordering relation for an object library
SYNOPSIS
lorder file ...
DESCRIPTION
The input is one or more object or library archive (see ar(1)) files. The standard output is a list of pairs of object file names, meaning that the first file of the pair refers to external identifiers defined in the second. The output may be processed by tsort(1) to find an ordering of a library suitable for one-pass access by ld(1). This brash one-liner intends to build a new library from existing `.o' files. ar cr library `lorder *.o | tsort`
FILES
*symref, *symdef nm(1), sed(1), sort(1), join(1)
SEE ALSO
tsort(1), ld(1), ar(1)
BUGS
The names of object files, in and out of libraries, must end with `.o'; nonsense results otherwise. LORDER(1)
Related Man Pages
tsort(1) - mojave
lorder(1) - v7
tsort(1) - freebsd
lorder(1) - hpux
tsort(1) - sunos
Similar Topics in the Unix Linux Community
Simple sed one-liner for fixing unencoded ampersands
find and sed comand for Solaris 9
How to find 100 files?
Redirect output to memory instead of an external file
Documenting files with sed