[haiku] Re: ldd equivalent in Haiku

On Mon, 29 Dec 2008 09:48:47 +0000, Salvatore Benedetto wrote
> is there an equivalent ldd command in haiku that shows the shared 
> library used by an application?

objdump -x <app/lib> | grep "NEEDED" should do the trick.

Regards
Michael

Other related posts: