List Dynamic Dependencies

Forum thread started by TmTFx on Mon, 2011-06-13 14:06

I wanna use cxfreeze to build a binary of my python program, but seems haiku lacks of ldd unix command, where can i find him?

Comments

Re: List Dynamic Dependencies

No ldd in Haiku. Use objdump or readelf instead.

Ie:
objdump -x FILENAME | grep NEEDED

*replace FILENAME with program or library name