*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> lorder (1)              
Title
Content
Arch
Section
 

LORDER(1)

Contents


NAME    [Toc]    [Back]

     lorder -- list dependencies for object files

SYNOPSIS    [Toc]    [Back]

     lorder file ...

DESCRIPTION    [Toc]    [Back]

     The lorder utility uses nm(1) to determine interdependencies in the list
     of object files specified on the command line.  Lorder outputs a list of
     file names where the first file contains a symbol which is defined by the
     second file.

     The output is normally used with tsort(1) when a library is created to
     determine the optimum ordering of the object modules so that all references
 may be resolved in a single pass of the loader.

EXAMPLES    [Toc]    [Back]

	   ar cr library.a `lorder ${OBJS} | tsort`

SEE ALSO    [Toc]    [Back]

      
      
     ar(1), ld(1), nm(1), ranlib(1), tsort(1)

HISTORY    [Toc]    [Back]

     An lorder utility appeared in Version 7 AT&T UNIX.


FreeBSD 5.2.1			 June 6, 1993			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
ldd OpenBSD list dynamic object dependencies
ldd FreeBSD list dynamic object dependencies
ldd Tru64 List dynamic dependencies of executable files or shared objects
ldd_pa HP-UX list dynamic dependencies of executable files or shared libraries
ldd_ia HP-UX list dynamic dependencies of executable files or shared libraries
ldd HP-UX list dynamic dependencies of executable files or shared libraries
nm Tru64 Name list dump of object files
nm Linux list symbols from object files
nm FreeBSD list symbols from object files
nm NetBSD list symbols from object files.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service