I did manage to get compiled for android with help from http://stackoverflow.com/questions/11330180/porting-libcurl-on-android-with-ssl-support Now I have a larger problem that whenever I link it into my program I get a crash on startup(before any of my code executes it seems). How can I fix that to get curl working, did I build it wrong or am I linking it wrong?
I'm linking with -lssl -lcrypto -lcurl with the shared libraries. All the .so's are in libs/<arch>
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
