Tagged Questions
1
vote
1answer
131 views
Build Botan library for Android
How can I build the cryptographic library Botan for Android? I am using Mac OS 10.7 and Eclipse IDE.
0
votes
1answer
149 views
Undefined reference to `vtable for…with RTTI support
I created an application that uses RTTI support for dynamic_cast. I added "APP_CPPFLAGS += -frtti" in Application.mk file but i get the error: "undefined reference to `vtable for...". If i don't use ...
0
votes
1answer
4k views
“Undefined reference” when accessing my shared library using JNI
I'm trying to build a version of Botan (library for cryptographic algorithms) using JNI to run a few native C++ programmes on Android.
I've managed to create a libbotan.so without any errors using the ...