Boost logo

Boost Users :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-05-09 08:40:00


dhruva wrote:

> Hi,
> I had earlier reported an issue in the built librariy names on win32
> using MSVC. I am using VS.net to build boost.
> The header file (doing an implicit link calling #pragma "link") tries
> to link to a file with "vc71" but the file has "vc".
> It is trivial to fix this by editing the "config/auto_link.h" but the
> proble is in the build generating the wrong file names (wrong: based
> on the 1_33_1 version of boost and 1_32 version too).
>
> IMHO, build on win32 using VS.net needs to get fixed before a final
> release or each user will start modifying either the header to look
> for "vc" or modify the build to generate "vc71" or do a manual
> renaming of files to "vc71" (which I have done).

Your earlier post was replied to, and you was suggested to use

        --toolset=msvc-7.1

Did that work?

- Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net