[Qt-interest] Library Dependencies on Solaris
Thiago Macieira
thiago at kde.org
Tue Sep 7 16:58:35 CEST 2010
Em Terça-feira 07 Setembro 2010, às 14:55:22, Jake Colman escreveu:
> I am building Qt 4.6.3 on Solaris with Sun Studio 12. When I 'ldd'
> libQtGui, I see that it depends on the following libraries, all found in
> /usr/local/lib:
>
> libfreetype
> libXrender
> libgthread
> libglib
> libiconv
>
> I cannot build Qt with dependencies on anything found in
> /usr/local/lib. I also do not want or need these features. How do I
> build without them?
>
> FWIW I did specify no-glib and no-iconv as options to configure.
The -no-glib and -no-iconv options should have disabled those features (no-
glib also disabled gthread). In addition, -no-xrender should disable Xrender.
As for libfreetype, trust me, you want it. What you may instead want is the -
qt-freetype option, which will instead build Qt with a bundled copy of it, so
there is no external dependency.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Senior Product Manager - Nokia, Qt Development Frameworks
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100907/dad655eb/attachment.bin
More information about the Qt-interest-old
mailing list