私はfroyoソースのstlportのバージョンでいくつかの作業をしようとしています. 私は得ています
stlport/stlport/stl/_alloc.h:158: undefined reference to `std::__node_alloc::_M_allocate(unsigned int&)'
と
stlport/stlport/stl/_alloc.h:161: undefined reference to `std::__node_alloc::_M_deallocate(void*, unsigned int)'
このページを見つけて、彼が推奨する -D フラグを試してみましたが、うまくいきませんでした: http://www.philhassey.com/blog/2010/07/21/android-day-2-the-ndk/
どんな助けでも大歓迎です。