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?
No ldd in Haiku. Use objdump or readelf instead.
Ie:
objdump -x FILENAME | grep NEEDED
*replace FILENAME with program or library name