lorder Command Purpose Finds the best order for member files in an object library. Syntax lorder File ... Description The lorder command reads one or more object or library archive Files, looking for external references and writing a list of paired file names to standard output. The first of each paired files contains references to identifiers that are defined in the second file. If object files do not end with .o, the lorder command overlooks them and attributes their global symbols and references to some other file. Implementation Specifics This command is part of Application Development Toolkit in Base Application Development Toolkit. The lorder command is included for compatibility only. This com- mand was originally in UNIX to improve performance of binding programs with libraries. That function is now accomplished with the ld command. Files /tmp/sym* Temporary files. Related Information The ar command, ld command, nm command, tsort command, xargs command. The ar file. The Subroutines Overview in General Programming Concepts.