ld(1) USER COMMANDS ld(1)
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 System V libraries and routines. /usr/ucb/ld accepts
the same options as /usr/bin/ld, with the following excep-
tions:
-L dir
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. Warning: this option may have unexpected
results, and should not be used.
FILES
/usr/ucblib
/usr/lib
/usr/ucblib/libx.a
/usr/lib/libx.a
SEE ALSO
ar(1), as(1), cc(1), ld(1), lorder(1), strip(1), tsort(1) in
the Programmer's Reference Manual.
Last change: BSD Compatibility Package 1