Up: SGI apps Frequently Asked Questions (FAQ)
Next: -46- Why does malloc() never return NULL?
Previous: -44- Can I use dynamic shared objects in IRIX?
Subject: -45- How can I tell which shared objects my executable uses?
Date: 05 Nov 1995 00:00:01 EST
To see static dependencies (the names of libraries specified at
compile time), use 'odump -Lv' for COFF format executables (under IRIX
4.0.x, or 5.x using the irix4 compatibility stuff) and 'odump -Dl' or
'elfdump -Dl' for ELF format executables (IRIX 5.x only). (Both are in
the dev.cmplrs_sw.util subsystem.)
To see dynamic dependencies (the full paths to libraries determined at
runtime, after environment variables are taken into account, which is
what SunOS' 'ldd' tells you), use rld.debug and turn on rld tracing
with _RLD_ARGS. See the rld(1) manpage.
Up: SGI apps Frequently Asked Questions (FAQ)
Next: -46- Why does malloc() never return NULL?
Previous: -44- Can I use dynamic shared objects in IRIX?