In <[EMAIL PROTECTED]>, Miguel Mendez 
<[EMAIL PROTECTED]> typed:
> On Thu, Apr 25, 2002 at 12:27:42PM -0500, Mike Meyer wrote:
> 
> Hi,
> 
> > As I stated just a minute ago, my version of that was committed a
> > while ago, and will hopefully be MFC's soon.
> 
> Good, I didn't know someone else had already submitted a patch before.
> 
> > But your script doesn't do the same thing. It only tells you what
> > libraries the libraries your command includes. It doesn't go to the
> > third third - or further - levels if required.
> 
> Well, not exactly. When you link program a with lib b, and lib b depends
> on lib c, ldd a shows both libs, so my script works as it will ldd all
> libs:

Yes, but when lib c depends on lib d, your script won't pick it up.
The patches to ldd will. They will recurse on down forever.

        <mike
--
Mike Meyer <[EMAIL PROTECTED]>                      http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to