[maemo-developers] [maemo-developers] libstdc++6 problem
From: Frantisek Dufka dufkaf at seznam.czDate: Thu May 18 13:52:09 EEST 2006
- Previous message: [maemo-developers] libstdc++6 problem
- Next message: [maemo-developers] WLAN speeds in ad-hoc mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, This is probably caused by using wrong compiler in scratchbox. For C++ you should use default debian gcc 3.3 not the 3.4 compiler from codesourcery. 3.3 uses older libstdc++ which _is_ present on the device. If you insist on gcc 3.4 you may try to link libstdc++ statically or you can package libstdc++6 for N770. As for linking c++ runtime statically I tried it with my version of scummvm port and it worked. More details here http://www.internettablettalk.com/forums/showpost.php?p=9629&postcount=8 and here http://www.internettablettalk.com/forums/showpost.php?p=9625&postcount=11 Frantisek
- Previous message: [maemo-developers] libstdc++6 problem
- Next message: [maemo-developers] WLAN speeds in ad-hoc mode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]