I am using gcc-linaro-5.5.0-2017.10-i686-mingw32_arm-linux-gnueabihf to compile my program for Linux ARM platform. I was using for long Boost 1.61 and I am trying to move to 1.75. I do have compile boost libraries using the -fPIC option using the following command line : *b2 -a --cflags=-fPIC --cxxflags=-fPIC --toolset=gcc-arm --toolset-root=C:\Linaro\gcc-linaro-arm-linux-gnueabihf-5.5.0-2017.10\bin* For reference, the project-config.jam is as follow: * import option ; using gcc : arm : arm-linux-gnueabihf-gcc.exe...