Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building 1.44 for MSVC 90, library naming problem
From: Matt Schuckmann (matt_at_[hidden])
Date: 2010-09-07 23:25:44


  On 9/4/2010 12:26 AM, Vladimir Prus wrote:
> On Saturday 04 September 2010 04:26:00 Matt Schuckmannn wrote:
>
>> I'm building boost version 1.44 using MSVC 90.
>> Everything is building OK but the file names appear to be being
>> generated incorrectly, basically the compiler version number is not
>> being included in the file name, so I'm getting:
>> boost_thread-vc-mt-1_44.lib
>> instead of what one would expect:
>> boost_thread-vc90-mt-1_44.lib
>>
>> To top it off the MSVC autolink feature appears to expect the version
>> with "vc90" so my project is failing to build.
>>
>> Here is my boost.build command line.
>>
>> bjam.exe --build-dir=%BUILDDIR% toolset=msvc-90 --build-type=complete
> Use
>
> toolset=msvc-9.0
>
> (differs by extra dot)
>
> Thanks,
>
> --
> Vladimir Prus
> http://vladimir_prus.blogspot.com
> Boost.Build: http://boost.org/boost-build2
> _______________________________________________
> Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

Thank you that worked.

Matt S.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk