$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Building boost for Haiku
From: Andrew Hudson (hudsonco1_at_[hidden])
Date: 2014-10-07 11:27:57
I am building Boost for the Haiku OS and have an issue. Haiku does not have a separate pthread library, pthreads exist in the root library. I need to suppress the -pthread linker option, and substitute -root.
My jam-fu is very weak so any assistance or pointers are appreciated.
- AndrewZ