$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Boost for Android
From: Michael McGrath (lswt65_at_[hidden])
Date: 2016-10-11 13:36:21
Hello all,
Iâm having trouble building a working set of boost libs for Android with
NDK r12b. I can build them but when the app runs there is an error when
loading libgnustl_shared.so;
dlopen failed: cannot locate symbol "__gnu_thumb1_case_shi" referenced by
"/data/app/com.companyname.app/lib/arm/libboost_system.so"
Is this a problem with how I've built the library?
Any help will be greatly appreciated!
Thanks in advance,
Michael