
On 07/07/2010 11:55, David Aldrich wrote:
Hi
I have a question about building boost 1.43 with Visual Studio 2008. I have performed the following steps:
1) Downloaded and extracted boost_1_43_0.zip to C:\boost_1_43_0. 2) Built bjam (using tools\jam\src\build.bat).
Well, it's normally by running bootstrap.bat at <BOOST_ROOT>/ but okay.
3) Ran bjam in C:\boost_1_43_0
bjam ran successfully but the resulting tree contains .obj files but not all .lib files (for example, the RegEx libs are missing).
What is your exact command? That would help people to help you. Are you sure you didn't have all the necessary files there? It's (by default) in <BOOST_ROOT>/stage/lib/ where the resulting .dll & .lib are placed. <BOOST_ROOT>/bin.v2 is (by default) the working directory for bjam. KTC