Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ lorder(1) — Ultrix-11 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ar(1)

join(1)

ld(1)

nm(1)

sed(1)

sort(1)

lorder(1)

NAME

lorder − find ordering relation for an object library

SYNTAX

lorder file... 

DESCRIPTION

The input is one or more object or library archive files.  For further information, see ar(1).  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 one-liner intends to build a new library from existing .o files. 

ar cr library ´lorder *.o | tsort´

RESTRICTIONS

The names of object files, in and out of libraries, must end with .o; otherwise invalid information results. 

FILES

*symref, *symdef

SEE ALSO

ar(1), join(1), ld(1), nm(1), sed(1), sort(1)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026