*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: lorder | Section: 1 | Source: UNIX v7 | File: lorder.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 or- dering 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)

Navigation Options