7 Oct
2007
7 Oct
'07
8:52 a.m.
Larry wrote:
I had a program that I had built with Boost 1_34 and it worked well (built with MSVC 7.1). I downloaded 1_34_1 and built 1_34_1 for VC8 and VC7.1 using bjam 3.1.14.
bjam --toolset=msvc-7.1 install
It works correctly if you build with that command line, but strangely: bjam --toolset=msvc-71 install results in no version number as you are experiencing: I wouldn't like to say which VC-version it was built with either in that case :-( John.