opensolaris man page for ld

Query: ld

OS: opensolaris

Section: 1b

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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/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/bin/ld, with the following exceptions: -Ldir Add dir to the list of directories searched for libraries by /usr/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. This option can 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.11 28 Jun 2007 ld(1B)
Related Man Pages
cc(1b) - opensolaris
lint(1b) - debian
lint(1b) - redhat
lint(1b) - xfree86
lint(1b) - hpux
Similar Topics in the Unix Linux Community
/usr/bin/ps -p equivalent in ucb version
losing /usr/bin directory
setenv: cannot add the LD_LIBRARY_PATH
/usr/bin/rhgb-client -- error while loading shared libraries: libpopt.so.0
OSX: ./Users/myname OR. /usr/myname ? 1) what is the truth on UNIX ./usr/ directory.