Unix and Linux Discussions Tagged with usr |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
7 |
3,850 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
1,764 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,294 |
Programming |
|
|
|
3 |
5,124 |
Solaris |
|
|
|
2 |
4,245 |
HP-UX |
|
|
|
2 |
11,260 |
UNIX and Linux Applications |
|
|
|
5 |
22,416 |
Shell Programming and Scripting |
|
|
|
1 |
8,938 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
5,143 |
AIX |
|
|
|
2 |
10,101 |
Solaris |
|
|
|
1 |
3,156 |
Linux |
|
|
|
2 |
5,081 |
HP-UX |
|
|
|
4 |
3,767 |
Shell Programming and Scripting |
|
|
|
1 |
1,685 |
Solaris |
|
|
|
2 |
7,537 |
Cybersecurity |
|
|
|
2 |
1,993 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
25,579 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
16,762 |
UNIX for Dummies Questions & Answers |
|
|
|
20 |
13,595 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
15,042 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
3,399 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,823 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,466 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
47,807 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
9,898 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
20,429 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,086 |
Shell Programming and Scripting |
|
|
|
1 |
5,201 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
5,238 |
Programming |
|
|
|
9 |
6,367 |
Programming |
|
|
|
1 |
21,927 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
7,202 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
26,652 |
Shell Programming and Scripting |
|
|
|
6 |
4,261 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
11,221 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
5,013 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,980 |
Shell Programming and Scripting |
|
|
|
3 |
5,243 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,014 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
7,928 |
UNIX for Dummies Questions & Answers |
ld(1B) SunOS/BSD Compatibility Package Commands ld(1B)
NAME
ld - link editor, dynamic link editor
SYNOPSIS
/usr/ucb/ld [options]
DESCRIPTION
/usr/ucb/ld is the link editor for the BSD Compatibility Package. /usr/ucb/ld is identical to /usr/ccs/bin/ld (see ld(1)) except that BSD
libraries and routines are included before the base libraries and routines.
OPTIONS
/usr/ucb/ld accepts the same options as /usr/ccs/bin/ld, with the following exceptions:
-Ldir Add dir to the list of directories searched for libraries by /usr/ccs/bin/ld. Directories specified with this option are
searched before /usr/ucblib and /usr/lib.
-Y LU,dir Change the default directory used for finding libraries. Warning: This option may have unexpected results, and should not
be used.
FILES
/usr/lib
/usr/lib/libx.a
/usr/ucblib
/usr/ucblib/libx.a
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscpu |
+-----------------------------+-----------------------------+
SEE ALSO
ar(1), as(1), cc(1B), ld(1), lorder(1), strip(1), tsort(1), attributes(5)
SunOS 5.10 14 Sep 1992 ld(1B)