Hi,

I have created a little Qt4.01-application, based on (qt-directory)/demos/books on a linux-system. Compiler is gcc, version 4.0.2.

When calling make everything looks fine except...:

"/usr/lib/gcc/i586-suse-linux/4.0.2/../../../../i586-suse-linux/bin/ld: warning: libstdc++.so.5, needed by /usr/local/Trolltech/Qt-4.0.1/lib/libQtGui_debug.so, may conflict with libstdc++.so.6"

Can someone judge if this can jeopardize execution ? Is it possible to get problems while debugging the app with gdb/ddd ?

And do you know how I can get rid of this warning ?

Thanks for your advice
Pascal