Hi,
Is apr intended to build on Android, and has anyone tried it already?
I can see two potential methods to do this:
a) Using the official NDK from Google for building it
http://developer.android.com/sdk/ndk/1.5_r1/index.html
b) using a cross compiler and running apr on a rooted phone
http://android-dls.com/wiki/index.php?title=Compiling_for_Android
Android doesn't have the full glibc, it uses a lightweight C library
called bionic. Some functionality (like pthread_cancel) is missing, but
I couldn't see apr making calls to that function anyway.
Regards,
Daniel