Hello there fellow coders, I'm trying to install pjsip on the Android, but I have run into problems. I followed the tutorial from http://trac.pjsip.org/repos/wiki/Getting-Started/iPhone , and did the following steps. - I downloaded the Android development trunk from http://svn.pjsip.org/repos/pjproject/branches/projects/android/ - I installed Andoird SDK + Eclipse and and Added ADT plugin as well. - I downloaded Android NDK and extracted it - I added the config-site.h with following contents : #define PJ_CONFIG_ANDROID 1 #include <pj/config_site_sample.h> - I added the export ANDROID_NDK_ROOT=/path_to_android_ndk_dir - Then I ran ./configure-android - Here is where is ran into this error : user at ubuntu:~/Android/android$ ./configure-android configure-android: APP_PLATFORM not specified, using android-14 configure-android: TARGET_ABI not specified, using armeabi ./configure-android: 90: export: LDFLAGS+: bad variable name I'm installing this in Ubuntu 12.04. Could someone tel me where I am going wrong. And what is the FIX here. -- Regards, B. S. Vinayaka -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20120808/b7d310f0/attachment-0001.html>