Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/man/man1/lorder.1
Real path: /usr/share/man/man1/lorder.1
Zurück
'\" te .\" Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 1989, AT&T. All rights reserved. .TH lorder 1 "8 Jun 2011" "Oracle Solaris 11.4" "User Commands" .SH NAME lorder \- find ordering relation for an object or library archive .SH SYNOPSIS .LP .nf \fBlorder\fR \fIfilename\fR... .fi .SH DESCRIPTION .sp .LP The input is one or more object or library archive \fIfilenames\fR (see \fBar\fR(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 \fBtsort\fR(1) to find an ordering of a library suitable for one-pass access by \fBld\fR. Note that the link editor \fBld\fR is capable of multiple passes over an archive in the portable archive format (see \fBar.h\fR(3HEAD)) and does not require that \fBlorder\fR be used when building an archive. The usage of the \fBlorder\fR command may, however, allow for a more efficient access of the archive during the link edit process. .sp .LP The following example builds a new library from existing \fB.o\fR files. .sp .LP \fBar\|\fR\fB-cr\fR \fB\|library \|`\|lorder \|*.o \|| \|tsort\|`\fR .SH FILES .sp .ne 2 .mk .na \fB\fBTMPDIR/*symref\fR\fR .ad .RS 18n .rt temporary files .RE .sp .ne 2 .mk .na \fB\fBTMPDIR/*symdef\fR\fR .ad .RS 18n .rt temporary files .RE .sp .ne 2 .mk .na \fB\fBTMPDIR\fR\fR .ad .RS 18n .rt usually \fB/var/tmp\fR but can be redefined by setting the environment variable \fBTMPDIR\fR. See \fBtempnam()\fR in \fBtmpnam\fR(3C)). .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability developer/base-developer-utilities .TE .sp .SH SEE ALSO .sp .LP \fBar\fR(1), \fBld\fR(1), \fBtsort\fR(1), \fBtmpnam\fR(3C), \fBar.h\fR(3HEAD), \fBattributes\fR(7) .SH NOTES .sp .LP \fBlorder\fR 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 \fB.o\fR. .sp .LP The length of the filename for \fBTMPDIR\fR is limited to whatever \fBsed\fR allows.