Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-12 02:21:20


Hi Konstantin,

> alias runtime : cc3260mt stlpmt45 borlndmm rtl60 : <toolset>borland-6.4
> <link-runtime>shared ;
> alias runtime : : <toolset>msvc <link-runtime>shared ;
......
> When I try build make_all with command line "bjam msvc make_all debug"
> everything OK. But if I do "bjam borland make_all debug" I have error
> error: failed to build /runtime-dlls/runtime with properties {skiped}
> because no best-matching alternative could be found. What I do wrong?

Does

alias runtime : cc3260mt stlpmt45 borlndmm rtl60 : <toolset>borland
<link-runtime>shared ;

works? I mean, without specifying the exact version? What if you specify
version in the command line?

- Volodya

 


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