lorder(1) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

lorder(1)

lorder(1)                        User Commands                       lorder(1)



NAME
       lorder - find ordering relation for an object or library archive

SYNOPSIS
       lorder filename...

DESCRIPTION
       The  input  is  one  or  more  object or library archive filenames (see
       ar(1)). The standard output is a list of pairs of object  file  or  ar‐
       chive member names; the first file of the pair refers to external iden‐
       tifiers 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.
       Note that the link editor ld is capable of multiple passes over an  ar‐
       chive  in  the  portable  archive format (see ar.h(3HEAD)) and does not
       require that lorder be used when building an archive. The usage of  the
       lorder  command  may, however, allow for a more efficient access of the
       archive during the link edit process.


       The following example builds a new library from existing .o files.


       ar-cr  library `lorder *.o | tsort`

FILES
       TMPDIR/*symref    temporary files


       TMPDIR/*symdef    temporary files


       TMPDIR            usually /var/tmp but can be redefined by setting  the
                         environment  variable  TMPDIR.  See tempnam() in tmp‐
                         nam(3C)).


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE VALUE _ Availabilitydeveloper/base-developer-utilities


SEE ALSO
       ar(1), ld(1), tsort(1), tmpnam(3C), ar.h(3HEAD), attributes(7)

NOTES
       lorder  will  accept as input any object or archive file, regardless of
       its suffix, provided there is more than one input file. If there is but
       a single input file, its suffix must be .o.


       The  length  of  the  filename  for  TMPDIR  is limited to whatever sed
       allows.



Oracle Solaris 11.4               8 Jun 2011                         lorder(1)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3