Re: Media prefs

Jérôme Duval <[email protected]> Thu, 26 Feb 2004 10:09:51 +0100
Newsgroups gmane.os.openbeos.mediakit
Message-ID <[email protected]>
Selon Philippe Houdoin <[email protected]>:

> getlibs ()
> {
> if [ -f "$1" ]; then
>   objdump --all-headers "$1" | grep NEEDED | awk '{ print $2 }'
> fi
> }
> 

voidref on #openbeos sent me a bin tool "ldd" which list the resolution of lib 
references. Is it the same ?

Jerome