[Qt-interest] building Qt 4.5.0 (LGPL) with DB2 and ODBC plugin support
Thiago Macieira
thiago.macieira at trolltech.com
Fri Apr 10 15:59:34 CEST 2009
Robert Hairgrove wrote:
>While we are on the subject of DB2, I noticed it has a dependency on
>libstdc++5.so (I am building this on Ubuntu 8.04 / Qt 4.5.0). There was
>a corresponding warning about possible conflicts with libstdc++6.so
>issued when I built the plugin.
>
>Does anyone know if this is a problem? Maybe I should just forget about
>trying to use DB2 with LGPL'd Qt...
Yes, it is a problem.
You can't load both versions of libstdc++ into memory: they are
incompatible with each other and will cause crashes down the line.
Please recompile all your sources with gcc >= 3.4. If you have binaries
for which you don't have the sources, contact the vendor and request a
more recent version.
--
Thiago Macieira - thiago.macieira (AT) nokia.com
Senior Product Manager - Nokia, Qt Software
Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090410/229a8f81/attachment.bin
More information about the Qt-interest-old
mailing list