Re: Recursive option for ldd
- From: Bjarni Juliusson <bjarni@xxxxxxxxxxxx>
- Date: Thu, 29 Jan 2009 15:59:27 +0100
Rahul wrote:
Hi,
I'm using ldd to list out the dynamic dependencies for my executable.
However, it lists out only the first level dependency, is there any
way to list out the all the levels of dependencies? I'm looking for a
recursive option for ldd but couldn't find any so far :-(
Thanks in advance !!!
From the FreeBSD ldd manpage:
The ldd utility displays all shared objects that are needed to run the
given program or to load the given shared object. Contrary to nm(1),
the list includes ``indirect'' dependencies that are the result of
needed shared objects which themselves depend on yet other shared
objects.
Can you use that version?
Bjarni
--
INFORMATION WANTS TO BE FREE
.
- References:
- Recursive option for ldd
- From: Rahul
- Recursive option for ldd
- Prev by Date: Retrieve context of a suspended thread.
- Next by Date: Re: sprintf()/printf() behaves in different way on 64-bit UNIX, for +ve and -ve integer value, when integer value is printed using %ld specifiers
- Previous by thread: Re: Recursive option for ldd
- Next by thread: broken pipe
- Index(es):
Relevant Pages
|