Boost logo

Boost-Build :

Subject: Re: [Boost-build] unable to construct prebuild library
From: Alexander Bernauer (alex_at_[hidden])
Date: 2009-02-21 06:35:40


On Saturday 21 February 2009 07:51:22 Vladimir Prus wrote:
> Does it help if you use:
>
> searched-lib boost_program_options : :
> <name>boost_program_options-gcc43-mt-1_38 ;

Yes! It's even enough to state
searched-lib boost_program_options ;

FYI: I just rechecked. searched-lib is not mentioned in the documentation.

Furthermore I wonder why at a different Jamfile the following works
----8<----
lib boost_date_time ;
lib boost_thread ;
alias boost_libs : boost_date_time boost_thread ;

project : usage-requirements <include>../include <library>boost_libs ;
---->8----

Anyway, thanks for the help.

regards

Alex




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