C++ User's Guide

-Rpathname

Builds dynamic library search paths into the executable file.

Multiple instances of -Rpathname are concatenated, with each pathname separated by a colon.

This option is passed to ld.

Defaults

If the -R option is not present, the library search path that is that is recorded in the output object and passed to the runtime linker depends upon the target architecture instruction specified by the -xarch option (when -xarch is not present, -xarch=generic is assumed).

-xarch Value

Default Library Search Path 

v9 or v9a

install_dir/SUNWspro/lib/v9

All other values 

install_dir/SUNWspro/lib

With a standard install, install-path is /opt.

Interactions

If the LD_RUN_PATH environment variable is defined and the -R option is specified, then the path from -R is scanned and the path from LD_RUN_PATH is ignored.

See also

-norunpath, Linker and Libraries Guide