Re: Media prefs

"Axel Dörfler" <[email protected]> Thu, 26 Feb 2004 02:07:59 +0100 CET
Newsgroups gmane.os.openbeos.mediakit
Message-ID <46201398804-BeMail@nichtsnutz>
Philippe Houdoin <[email protected]> wrote:
> > Well, but your answer was much more detailed and complete :-)
> Yeah, completeness take time :-)

Hehe :)

> > BTW, where is that handy getlibs utility from?
> Hm, just a small shell script I found eventually somewhere, can't 
> remember...
> 
> getlibs ()
> {
> if [ -f "$1" ]; then
>   objdump --all-headers "$1" | grep NEEDED | awk '{ print $2 }'
> fi
> }
> 
> Was quickly copy-pasted in my .profile file.

Into mine as well :) Thanks!

Bye,
   Axel.