|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #40252] Make GUI compatible with both Qt4 and Qt5 |
| Date: | Wed, 10 Aug 2016 19:40:43 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0 |
Follow-up Comment #29, bug #40252 (project octave):
ldd will tell you the full recursive list of libraries that the loader will
pull in to the process when the shared object is loaded. It doesn't tell you
why.
readelf -d will list just the shared objects that the given executable or
library declare that they depend on.
You can use cat /proc/$pid/maps to see the shared libraries that are actually
loaded in the running process image.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40252>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |