Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2004-12-07 10:26:18


Johan Nilsson wrote:

> I'm trying to use "--stagedir" from <boost-root>/libs/regex/build to put the
> built libraries into a specific location, but the options seems to be
> ignored. I'm using VC 7.1, Boost 1.31.0, bjam from 1.31.0 distro under Win
> XP Pro. This is basically what I'm doing (besides building bjam):
>
> (from the "VS.NET 2003" command prompt at regex/build)
>
>>set TOOLS=vc7.1
>>set BUILD=debug release
>>bjam --stagedir=<stagedir> stage
>
> The set stage directory seems to be ignored and libraries put into
> <boost-root>/stage/lib instead

The build+install options only work if you are at boost-root/. If you
only want to build one of the libraries you can use the --with-*
options, for example --with-regex.

--- I just re-read the above, you are using 1.31 which doesn't have the
--with-* options only the --without-* options. SO you'd have to specify
--without-* options for all libs except regex to build only regex.

> A related question: can I specify separate locations for the .dll files and
> the import libraries when staging?

No.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq
 

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