How to list library dependencies of a non-native binary?

后端 未结 9 873
孤城傲影
孤城傲影 2020-12-12 16:03

When developing for native platform, I can use ldd to list all the shared libraries (.so files) a binary executable I build will try to load upon start-up. But when cross-co

9条回答
提交回复
热议问题