From: Christopher Currie (Christopher_at_[hidden])
Date: 2003-08-07 09:53:55


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

What did you do to try and compile with <threading>multi on? Did you
edit the Jamfile or specify it on the command line?

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

$ bjam threading=multi

to build a multithreaded hello.

Christopher