Hi Brian, Thanks for the report and patch. I fixed this in r4651. Best regards, Ming On Wed, Nov 13, 2013 at 7:10 AM, Walker, Brian <brian.walker at necect.com>wrote: > Building the android version on MacOS fails with an error running ranlib. > I tracked the problem down to configure-android not setting the AR and > RANLIB variables to the paths under the Android NDK. The make ended up > using "ar" and "ranlib" from the path instead of from the NDK. > > Adding AR and RANLIB to configure-android fixes the problem. > > export AR="${ANDROID_TC}/bin/${TARGET_HOST}-ar" > export RANLIB="${ANDROID_TC}/bin/${TARGET_HOST}-ranlib" > > I have attached a diff of the changes I made to configure-android > > Brian > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131113/e54e4fed/attachment-0001.html>