2016-09-19 16:45 GMT+02:00 Louai Al-Khanji <[email protected]>: > 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.
ldd not only provides the name of the libraries to be loaded, but also the paths to the locations where they are loaded from. How would I get this information without using ldd? _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
