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
_______________________________________________
maemo-developers mailing list
[email protected]
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to