In <[EMAIL PROTECTED]>, Miguel Mendez
<[EMAIL PROTECTED]> typed:
> For what is worth, that can be easily replicated with a simple shell
> script:
>
> kajsa% for i in `ldd /usr/X11R6/bin/xmms|grep -v :|awk '{ print $3}'`;
> do ldd $i;done
> /usr/lib/libc_r.so.5:
> /usr/X11R6/lib/libSM.so.6:
> libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28129000)
> /usr/X11R6/lib/libICE.so.6:
> /usr/X11R6/lib/libxmms.so.3:
> libgtk12.so.2 => /usr/X11R6/lib/libgtk12.so.2 (0x2812b000)
> libgdk12.so.2 => /usr/X11R6/lib/libgdk12.so.2 (0x2825a000)
> [...]
> Anyway, a nice patch I hope will be commited soon.
As I stated just a minute ago, my version of that was committed a
while ago, and will hopefully be MFC's soon.
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.
<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