> I am a newbie to boost, and I don't know if this issue has been addressed.
>
> I am trying to build the boost libraries on a Win2k machine with MSVC++ 6
> installed, so I downloaded bjam, added it to the path, added the boost
> libraries path to the include path and started the build with the command
> "bjam -sTOOLS=msvc", and here is what I am getting:

I suspect that bjam can't find your visual studio installation: try running
the vcvars32.bat file (provided by Microsoft) to set your environment up,
before running bjam.

John.


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to