#37860: peekabot-client: Could not find the flags to link with Boost thread --------------------------+----------------------------- Reporter: ryandesign@… | Owner: staffan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: peekabot-client --------------------------+----------------------------- peekabot-client fails at the configure phase with: {{{ checking for the toolset name used by Boost for ccache /usr/bin/clang++... xgcc42 -xgcc checking boost/thread.hpp usability... yes checking boost/thread.hpp presence... yes checking for boost/thread.hpp... yes checking for the Boost thread library... no configure: error: Could not find the flags to link with Boost thread }}} Perhaps this has to do with the fact that the boost port was changed to no longer install the single-threaded libraries by default and now only installs the multi-threaded libraries, so programs now need to use e.g. `-lboost_thread-mt` instead of `-lboost_thread`. -- Ticket URL: <https://trac.macports.org/ticket/37860> MacPorts <http://www.macports.org/> Ports system for Mac OS