|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
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 archive member names; 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. Note that
the link editor ld is capable of multiple passes over an
archive 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 rede-
fined by setting the environment
variable TMPDIR (see tempnam() in
tmpnam(3C))
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.10 Last change: 29 Oct 1991 1
User Commands lorder(1)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | SUNWbtool |
|_____________________________|_____________________________|
SEE ALSO
ar(1), ld(1), tsort(1), tmpnam(3C), ar.h(3HEAD), attri-
butes(5)
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.
SunOS 5.10 Last change: 29 Oct 1991 2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 12 11:25:03 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
CPAN man page (4210 hits) (Suse Linux 10.1)
ssh man page (4117 hits) (Suse Linux 10.1)
svn man page (2479 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (1781 hits) (Solaris 10 11_06)
startproc man page (1711 hits) (Suse Linux 10.1)
sqlite3 man page (1662 hits) (openSUSE 10.2)
signal man page (1393 hits) (Suse Linux 10.1)
pprosetup man page (1241 hits) (Solaris 10 11_06)
netcat man page (1237 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (1126 hits) (Solaris 10 11_06)
|