61f9ce8d32
warning handling and allows for link-time warnings with a modified version of gas. Note: Not all of the newer bits were updated such as some of the non-x86 machine-dependant code is relevant to FreeBSD right now. Obtained from: NetBSD
26 lines
549 B
Groff
26 lines
549 B
Groff
.Dd October 22, 1993
|
|
.Dt LDD 1
|
|
.Os FreeBSD
|
|
.Sh NAME
|
|
.Nm ldd
|
|
.Nd list dynamic object dependencies
|
|
.Sh SYNOPSIS
|
|
.Nm ldd
|
|
.Op Ar filename Ar ...
|
|
.Sh DESCRIPTION
|
|
.Nm ldd
|
|
displays all shared objects that are needed to run the given program.
|
|
Contrary to nm(1), the list includes
|
|
.Dq indirect
|
|
depedencies that are the result of needed shared objects which themselves
|
|
depend on yet other shared objects.
|
|
.Sh SEE ALSO
|
|
.Xr ld 1 ,
|
|
.Xr ld.so 1 ,
|
|
.Xr nm 1
|
|
.Sh HISTORY
|
|
A
|
|
.Nm ldd
|
|
utility first appeared in SunOS 4.0, it appeared in its current form
|
|
in FreeBSD 1.1.
|