$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] libboost_thread.a Cross-compile Linaro (ARM-Linux)
From: Joseph Longhi (jlonghidev_at_[hidden])
Date: 2014-07-23 00:06:08
Hi,
I have been trying to get a static library for boost_thread to be built but
have so far been unable to. When running:
./b2 toolset=gcc-arm target-os=linux --with-threads
The results show 2 skipped which are libboost_thread.a and
libboost_system.a. I have all the shared objects built but can't seem to
get around this problem.
Any help would be greatly appreciated.