[1.34.0-beta][Build] Problems with stagedir option

Hi, today I tried building the beta version on win XP (VC 7.1) with the following bjam call: bjam --libdir=./stage --stagedir=./stage release debug threading=multi All libraries build fine. However, the stagedir option seems not to work properly (in case I used it correctly). None of the libraries got copied to the ./stage directory, which I had created beforehand. Additionally, I tried bjam --stagedir=./stage release debug threading=multi with the same result. The following call bjam --version gives Boost.Build V2 (Milestone 11) Boost.Jam 03.1.14 Is there any usage failure on my side or is this an undiscoverd problem. With best regards, Johannes Brunen DataSolid GmbH

Johannes Brunen wrote:
Hi,
today I tried building the beta version on win XP (VC 7.1) with the following bjam call:
bjam --libdir=./stage --stagedir=./stage release debug threading=multi
I think you just also need to add 'stage' to the commandline bjam --libdir=./stage --stagedir=./stage release debug threading=multi stage Regards, Eoin
participants (2)
-
Eoin O'Callaghan
-
Johannes Brunen