Hey there, I am trying to link a static library to andriod framework compiler sources. that library uses stl, but when i try to link it and create the .so library i get many undefined references errors for std implementations.
I tried to put: APP_STL := stlport_static or: APP_STL := gnustl_static in the make files none of them worked, any idea how can i link with stl ? -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
