[Qt-interest] Library Dependencies on Solaris
Paul Floyd
paulf at free.fr
Tue Sep 7 21:50:20 CEST 2010
On 7 Sep 2010, at 18:49, Jake Colman wrote:
>
> How can I confirm what Qt is using for configure? Something is causing
> me to pick up libiconv, etc, yet my command-line says no-iconv. Also,
> /usr/sfw/lib contains the freetype library. But shouldn't qt-freetype
> override that?
...
Missed the start of this thread.
Use ldd -s to see which dependencies transitively drag in other dependencies.
man ldd for other options
A+
Paul
More information about the Qt-interest-old
mailing list