[Qt-embedded-interest] libstdc++ version information

Tom Cooksey thomas.cooksey at nokia.com
Wed Mar 25 11:44:22 CET 2009


> Hey everyone,
>
> I'm running qt-e 4.5 on my linux board and am getting the following errors
> when executing my program
>
> ~#/usr/bin/test_app -qws &
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/bin/test_app)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/bin/test_app)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/lib/libQtGui.so.4)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/lib/libQtGui.so.4)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/lib/libQtNetwork.so.4)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/lib/libQtNetwork.so.4)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/lib/libQtCore.so.4)
> /usr/bin/test_app: /lib/libstdc++.so.6: no version information available
> (required by /usr/lib/libQtCore.so.4)
>
> Is this a problem with the libstdc++.so library file, with QT
> configuration, or is there a way to ignore/hardcode the version
> information so that I avoid this error?


Could be a mismatch between the libc you compiled Qt against and the version 
which is on the board. Generally, it's a good idea to make sure they are 
exactly the same (especially if it's uClibc).






More information about the Qt-embedded-interest mailing list