I don’t know how to build Boost with C++0x compilers. Which option must be given to bjam? Should the user.config file be modified?Can someone help me?
Best,
Vicente
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have found the answer. I was waiting for a features something like ‘std’ and call it as follows:
but currently we need to use the low level variables cxxflags and add the specific compiler flags. For example for gcc we can do
Other compilers will need a different setting.
Waiting for a new Boost.Build feature, you can also define your own toolset as follows: Add the user.config or site.config file
And now call as