From a515bc2bfbc990ca892be3ac5750b8bdc75558c0 Mon Sep 17 00:00:00 2001 From: Michael Wojciechowski Date: Mon, 21 Nov 2005 20:47:36 +0000 Subject: [PATCH] Added short note about building on FBSD. --- docs/manual.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual.rst b/docs/manual.rst index 6c7fd7de6..44462e1a8 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -286,6 +286,10 @@ you'd set them like this:: export LDFLAGS=-L/opt/local/lib export CXXFLAGS=-I/opt/local/include +It was observed on FreeBSD (release 6.0) that one needs to add '-lpthread' to +LDFLAGS, as Boost::Thread detection will fail without it, even if +Boost::Thread is installed. + If you need to set these variables, it may be a good idea to add those lines to your ``~/.profile`` or ``~/.tcshrc`` depending on your shell.