I downloaded the boost library for android from here, but an error occurs at compile time:
/bjam.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
System info – ndk version: ndk-r8
os: Windows 7 64bit, cygwin
Most probably, you are missing
1a. some dependency
1b. bjam is conflicting with already placed bjam in your directory.
Else..
Try with http://www.codexperiments.com/android/2011/05/tips-tricks-building-boost-with-ndk-r5/
or refer Official "Boost library" Support for Android and iOS?