You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...elftree sadly only returns the name of very first missing one and exits,
without reiterating / resolving the rest ones.
Example, say with the QT4-based version of v4l2ucp:
elftree ./v4l2ucp
open : no such file or directory: (libQtGui.so.4)
Alternatives to ldd like eg. lddsafe & lddtree (objdump & readelf based),
also report the rest of the (either existing or not found) deps.
elftree's dual stdio / tui mode however is the bee's knees obviously,
hence it would be really really nice if you ever felt like having a look at it...
All the best
The text was updated successfully, but these errors were encountered:
...elftree sadly only returns the name of very first missing one and exits,
without reiterating / resolving the rest ones.
Example, say with the QT4-based version of v4l2ucp:
Alternatives to ldd like eg. lddsafe & lddtree (objdump & readelf based),
also report the rest of the (either existing or not found) deps.
elftree's dual stdio / tui mode however is the bee's knees obviously,
hence it would be really really nice if you ever felt like having a look at it...
All the best
The text was updated successfully, but these errors were encountered: