[Development] linuxdeployqt
Thiago Macieira
thiago.macieira at intel.com
Mon Sep 19 18:06:30 CEST 2016
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.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
More information about the Development
mailing list