Peter
Peter
@linqcan, I'm sorry I can't help with the "cannot find ..." linker issues, I do know I had the same problem some time ago but with a different library. Possibly...
@linqcan, I think I made some progress, try [this new branch](https://github.com/inetic/Boost-for-Android/commit/4ffd6ef76537a6ab2651bb31903fa0d191a2ce7f). It does produce shared libraries now, but I haven't tested it on a real app. Could you give it...
If I understand it correctly there are three libraries on the table: 1) the static one libstdc++.a 2) the shared one libgnustl_shared.so 3) and some "system's own minimal C++ runtime"...
Sorry about the delay, unfortunately, no one has successfully done it and let us know about it. It seems we can create/link the so files, but the resulting files have...
Jim Dovey has only very recently added support for 64bit NDKs, it hasn't been merged to this branch yet. I don't have neither windows nor 64bit system, so perhaps you...
Also, the paths don't seem to match: /cygdrive/c/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows-x86/bin/arm-linux-androideabi-g++ /cygdrive/c/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/arm-linux-androideabi-g++ (the first one is reported by the build-android.sh script and the second one is the one asloobq tried) Looking at the...
@asloobq, I made some modifications in this branch: https://github.com/inetic/Boost-for-Android The changes probably won't fix the problem entirely but will log some information that might help. If you give it a...
@asloobq, I tried to fix the path to the compiler in my branch https://github.com/inetic/Boost-for-Android Could you give it a go (if so, include the cleaning step as well)? And let...
Out of curiosity, have you tried what [eocanha suggested](https://groups.google.com/d/msg/android-ndk/_UhNpRJlA1k/7_R6NwhiKa0J)? That is, modifying the SONAME inside those libraries and renaming them. It is ugly, but it might be the fastest way...
Note: [This commit](https://github.com/clostra/libutp/commit/97895e6d9f9b40de2ad17dcc808ab3f27c1a5ead) in the `clostra` repository seems to serve the same purpose.