Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

SGI apps Frequently Asked Questions (FAQ)
Section - -46- How can I tell which shared objects my executable uses?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Sex offenders ]


Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -45- Can I use dynamic shared objects in IRIX?
Next Document: -47- Why does malloc() never return NULL?
See reader questions & answers on this topic! - Help others by sharing your knowledge

  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.

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: SGI apps Frequently Asked Questions (FAQ)
Previous Document: -45- Can I use dynamic shared objects in IRIX?
Next Document: -47- Why does malloc() never return NULL?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
sgi-faq@viz.tamu.edu (The SGI FAQ group)





Last Update March 27 2014 @ 02:12 PM