19.09.2016, 19:06, "Thiago Macieira" <[email protected]>: > On segunda-feira, 19 de setembro de 2016 17:58:22 PDT Kevin Kofler wrote: >> Louai Al-Khanji wrote: >> > From a quick look it seems to be mostly well written. I do wonder whether >> > it might be better to use a tool other than ldd to find the library >> > dependencies. objdump -p provides the same information, and also works for >> > cross-compiles. >> >> It's not the same thing, ldd is transitive, objdump is not. > > True, so you implement the transitiveness by running it on each library. The > cross-platformness is more important, though: ldd can't be run on non-native > binaries.
ldd script itself may also be missing, and its implementation depends on glibc-specific variables which are not necessary supported when using other libc implementation. > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development -- Regards, Konstantin _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
