Hi, I tried building one of the examples from Boost's website in MSVC++ 6.0, but I got an error from the linker saying that it couldn't find a certain .lib file. So, I downloaded boost-build and bjam, built bjam, but I can't seem to get bjam to work. I am using bjam v2. Here are some of the command lines I've tried:
bjam -sTOOLS=msvc install (v1 syntax should work unless overridden with --v2 parameter)
This produces a "target not specified" error message.
bjam -sTOOLS=msvc install "C:\Program Files\Microsoft Visual Studio\VC98"
This produces a cannot find target C:\Program Files\Microsoft Visual Studio\VC98 error message.
All of the documentation available is pretty unclear on what to do. Can anyone give me a hand? Thanks.
bjam -sTOOLS=msvc install (v1 syntax should work unless overridden with --v2 parameter)
This produces a "target not specified" error message.
bjam -sTOOLS=msvc install "C:\Program Files\Microsoft Visual Studio\VC98"
This produces a cannot find target C:\Program Files\Microsoft Visual Studio\VC98 error message.
All of the documentation available is pretty unclear on what to do. Can anyone give me a hand? Thanks.
Comment