|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-10-12 03:38:44
Konstantin Litvinenko wrote:
>
> Hello, Vladimir!
> You wrote on Tue, 12 Oct 2004 11:21:20 +0400:
>
> VP> Does
>
> VP> alias runtime : cc3260mt stlpmt45 borlndmm rtl60 : <toolset>borland
> VP> <link-runtime>shared ;
>
> VP> works? I mean, without specifying the exact version? What if you
> VP> specify version in the command line?
>
> I removed from project-root.jam version, live
>
> using msvc ;
> using borland ;
>
> and replace all <toolset>borland-6.4 on <toolset>borland and problem
> still here.
With Jamfile:
alias runtime : : <toolset>borland
<link-runtime>shared ;
alias runtime : : <toolset>msvc <link-runtime>shared ;
and project-root.jam:
using borland ;
using msvc ;
and using CVS version, both
bjam -n borland
and
bjam -n msvc
don't generate the error. Do you have a reprodubile testcase for me?
- 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