$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Difference between libboost_thread and libboost_thread-mt
From: Ray Sheppard (rsheppar_at_[hidden])
Date: 2014-09-09 08:21:53
Hello,
We recently were asked to build TomoPY. One of the requirements was
Boost 1.55.0. However, the library needed was libboost_thread, but on
our machine, only libboost_thread-mt was available. So we created a
symlink, libboost_thread, to libboost_thread-mt. Are there any issues we
don't understand with doing this? Thanks.
Ray