a utility to find dependencies

hi,

any here remind the name of the console utility to find dependencies e.g. the “ls” command??

thx

ldd?

nope ;/

i used this utility to find depencies of commands like “clear” etc.
to create a buildfile for a new os image …

I’m not understanding your question.
To create a new OS image the command is ‘mkifs’…

sorry, i mean the utilty to find dependencies of binaries, which i have to insert into a buildfile.

i dont remeber the name of this utiltiy.

$ [flags]
$
$ depends on:
$ xy.so
$ xyy.so
$…

ldd ^^

:blush: yes ldd

thx for the long breath

isn’t that what seand said?