Qt-embedded-interest Archive, October 2007
AW: double and float in qtembedded linked apps on ARM
Message 1 in thread
Hi the list,
In reply to my post:
The problem was due to a confict in my wrong use different versions of stdc++ libs in my environment.
In passing from ELDK 31 (whith gcc ver 3.x and libstdc++.so.5) to ELDK 41 (whith gcc ver 4.x and
libstdc++.so.6)
I had polluted my filesystem. So I had qtelib linking to libstdc++.so.5 and my application linking
to libstdc++.so.6 giving unespected behaviour.
Sorry for having bored you.
--
[ signature omitted ]