HP-UX Reference (11i v2 04/09) - 5 Miscellaneous Topics (vol 9)
d
dld.sl(5) dld.sl(5)
(PA-RISC System Only)
By default, most warnings are not reported by the dynamic loader.
On PA-RISC 32-bit systems, if you wish to see all of the messages, set the environment variable
_HP_DLDOPTS to contain one or more options. The following options are supported:
-warnings Display additional dynamic loader warning messages. Some of these include:
• Symbols of the same name but different types, such as CODE and DATA. See
the WARNINGS section in ld(1) for more details on this warning.
• Using certain flags or routines described in shl_load (3X).
-fbverbose See fastbind (1).
-nofastbind See fastbind (1).
On PA-RISC 64-bit systems, if you wish to see all error messages, set the environment variable
DLD_VERBOSE_ERR
to true.
AUTHOR
The
/usr/lib/dld.sl
and /usr/lib/pa20_64/dld.sl
shared libraries were developed by HP.
SEE ALSO
System Tools
aCC(1) invoke the HP-UX aC++ compiler
as(1) translate assembly code to machine code
CC(1) invoke the HP-UX C++ compiler
cc(1) invoke the HP-UX C compiler
chatr (1) change program’s internal attributes
f77(1) invoke the HP-UX FORTRAN compiler
f90(1) invoke the HP-UX Fortran 90 compiler
fastbind (1) invoke the fastbind tool
ld(1) invoke the link editor
pc(1) invoke the HP-UX Pascal compiler
Miscellaneous
a.out (4) assembler, compiler, and linker output
dlclose (3C) unload a shared library previously loaded by
dlopen()
dlerror (3C) print the last error message recorded by dld
dlget(3C) return information about a loaded module
dlgetname (3C) return the name of the storage containing a load module
dlmodinfo (3C) return information about a loaded module
dlopen (3C) load a shared library
dlsym(3C) get the address of a symbol in a shared library
shl_load (3X) load/unload shared libraries
Texts and Tutorials
HP-UX Linker and Libraries Online User Guide
(See the
+help option to ld(1))
HP-UX Linker and Libraries User’s Guide
(See manuals (5) for ordering information)
HP-UX 11i Version 2: September 2004 − 7 − Hewlett-Packard Company Section 5−−89