Boost logo

Boost-Build :

Subject: Re: [Boost-build] --build-type=complete
From: Dave Abrahams (dave_at_[hidden])
Date: 2011-03-29 21:25:55


At Tue, 29 Mar 2011 17:27:10 -0700,
Steven Watanabe wrote:
>
> AMDG
>
> On 03/28/2011 01:05 PM, Dave Abrahams wrote:
> >
> >
> > I'm finding that if I build Boost on Windows with
> > --build-type=complete I don't get statically-linkable binaries for
> > anything but Boost.Test. To get a "real" complete build, I'm using
> >
> > debug release
> > threading=multi/link=shared,static/runtime-link=shared
> > threading=multi,single/link=static/runtime-link=static
> >
> > on the command line. Is this intended?
> >
>
> It works for me with the trunk and iostreams only.
> (bjam --with-iostreams --buld-type=complete)
> I also tried with 1.46.0 (bjam --buld-type=complete -j8)
> Both were with msvc-10.0express.
>
> a) What is the exact command that you
> used which didn't work?

Trying to reconstruct it; I think this is accurate:

    bjam --user-config=I:\\user-config.jam --build-dir=I:\\1_46_1-installer\\build --stagedir=I:\\1_46_1-installer\\stage --debug-configuration -j2 --build-type=complete stage toolset=msvc-10.0express,msvc-9.0express,msvc-8.0express,msvc-7.1

> b) What version are you using, exactly?

1.46.1. Exactly :-)

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

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