Boost logo

Boost-Build :

Subject: Re: [Boost-build] Very slow Visual Studio 2012 builds
From: kasty (kasty.jose_at_[hidden])
Date: 2014-03-19 09:57:40


Any progress? This thread seems inactive. So far I tried all proposed patches
on boost-build packaged in Boost 1.55. All of them do a good job with fast
parallel compile. However they don't work when it comes to link the object
files.

Juraj Ivančić latest patch seems to overwrite my link flags. For rules like
this:

    lib _mswsock : : <name>mswsock <search>/usr/local/lib : ;
    alias mswsock : _mswsock : : : ;

    exe main : main.cpp mswsock ;

a "bjam -d+2" clearly shows that /usr/local/lib is not passed to the linker.

--
View this message in context: http://boost.2283326.n4.nabble.com/Very-slow-Visual-Studio-2012-builds-tp4652045p4660461.html
Sent from the Boost - Build mailing list archive at Nabble.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