Boost logo

Boost-Build :

From: Konstantin M. Litvinenko (gclbb-jamboost_at_[hidden])
Date: 2003-08-08 01:08:31


Hello, Christopher!
You wrote on Thu, 07 Aug 2003 10:53:55 -0400:

>> I have tried to compile examples-v2/hello project in
>> multithreaded mode but BBv2 (yesterday CVS state) complaines about
>> <threading>multi in Jamfile :

CC> What did you do to try and compile with <threading>multi on?
Yes.

CC> Did you edit the Jamfile or specify it on the command line?

I edited Jamfile. that what I had :

exe hello : hello.cpp : <threading>multi ;

symlink hello_debug hello_release : hello/<variant>debug
hello/<variant>release ;
symlink links/hello_release : hello/<variant>release ;

CC> You should be able to use the Jamfile as is, and run:

CC> $ bjam threading=multi

Yes it works, but it should work in Jamfile too.

With best regards, Konstantin M. Litvinenko aka Dark Angel.

 


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