Opened 13 years ago

Closed 13 years ago

#3642 closed Bugs (duplicate)

Toolset tag in lib names is wrong

Reported by: olafvdspek@… Owned by:
Milestone: Boost 1.42.0 Component: Building Boost
Version: Boost 1.41.0 Severity: Showstopper
Keywords: Cc:

Description

I just compiled Boost 1.41. The toolset tag in the lib names appears to be wrong. The toolset version is missing, while Boost auto linking expects it. I've got VC 9 and 10 beta installed, I'm using 9 ATM.

bjam --build-type=complete --toolset=msvc-9 stage

LINK : fatal error LNK1104: cannot open file 'libboost_program_options-vc90-mt-s-1_41.lib'

libboost_program_options-vc-mt-s-1_41.lib

Change History (2)

comment:1 by Steven Watanabe, 13 years ago

Use toolset=msvc-9.0. This has come up recently somewhere else. We could use better error messages.

comment:2 by Vladimir Prus, 13 years ago

Resolution: duplicate
Status: newclosed

This is indeed a duplicate of #3564.

Note: See TracTickets for help on using tickets.