Query: lorder
OS: bsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LORDER(1) General Commands Manual LORDER(1)NAMElorder - find ordering relation for an object librarySYNOPSISlorder file ...DESCRIPTIONThe 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` The need for lorder may be vitiated by use of ranlib(1), which converts an ordered archive into a randomly accessed library.FILES*symref, *symdef nm(1), sed(1), sort(1), join(1)SEE ALSOtsort(1), ld(1), ar(1), ranlib(1)BUGSThe names of object files, in and out of libraries, must end with `.o'; nonsense results otherwise. 4th Berkeley Distribution April 29, 1985 LORDER(1)
Related Man Pages |
---|
lorder(1) - opensolaris |
tsort(1) - hpux |
tsort(1) - osf1 |
tsort(1) - netbsd |
tsort(1) - sunos |
Similar Topics in the Unix Linux Community |
---|
find and sed comand for Solaris 9 |
combine multiple finds into 1-liner |
Deleting part of file names |
Redirect output to memory instead of an external file |
Documenting files with sed |