Boost logo

Boost-Build :

Subject: Re: [Boost-build] Discrepancy between lib that bjam installs and lib that executable requires
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-10-13 22:46:39


AMDG

Alex Wagner wrote:
> I could use a little help figuring out the best way to get around this
> problem.
>
> Suppose I have something like this in my Jamroot:
>
> lib BOOST_THREAD
> : : <file>$(BOOST_LOCATION)/lib/libboost_thread-mt.so
> <cxxflags>-pthread
> : : <include>$(BOOST_LOCATION)/include/boost-1_39 ;
>

You might try using the boost module to get the correct library names.

run bjam --help boost for documentation.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk