[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    ld(1B) manual page Table of Contents

Name

ld - link editor, dynamic link editor

Synopsis

/usr/ucb/ld [ options ]

Availability

SUNWscpu

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. 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

See Also

ar(1) , as(1) , cc(1B) , ld(1) , lorder(1) , strip(1) , tsort(1)


Table of Contents