Opened 9 years ago

Last modified 9 years ago

#9252 new Bugs

Wrong compiler tag in .lib files

Reported by: Olaf van der Spek <ml@…> Owned by:
Milestone: To Be Determined Component: Building Boost
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

I build Boost with b2 --toolset=msvc11

The stage dir contains files like libboost_atomic-vc-mt-1_55.lib Note the "vc", which should be "vc110", as that's what VC will be looking for later on: 1>LINK : fatal error LNK1104: cannot open file 'libboost_system-vc110-mt-gd-1_55.lib'

Change History (1)

comment:1 by Steven Watanabe, 9 years ago

The command that you give shouldn't work at all. There is no toolset called msvc11.

Note: See TracTickets for help on using tickets.