1 .\" Copyright 1995-2000 David Engel (david@ods.com)
2 .\" Copyright 1995 Rickard E. Faith (faith@cs.unc.edu)
3 .\" Most of this was copied from the README file. Do not restrict distribution.
4 .\" May be distributed under the GNU General Public License
5 .TH LDD 1 "14 March 1998"
7 ldd \- print shared library dependencies
14 prints the shared libraries required by each program or shared library
15 specified on the command line.
16 If a shared library name does not contain a '/',
18 attempts to locate the library in the standard locations.
21 on a shared library in the current directory, a "./" must be prepended
26 Print the version number of
30 Print the version number of the dynamic linker,
34 Perform relocations and report any missing functions (ELF only).
37 Perform relocations for both data objects and functions, and
38 report any missing objects (ELF only).
41 does not work very well on libc.so.5 itself.
44 does not work on a.out shared libraries.
47 does not work with some extremely old a.out programs which were
50 support was added to the compiler releases.
53 on one of these programs, the program will attempt to run with argc = 0 and
54 the results will be unpredictable.