Opened 9 years ago
Last modified 9 years ago
#9252 new Bugs
Wrong compiler tag in .lib files
Reported by: | 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'
Note:
See TracTickets
for help on using tickets.
The command that you give shouldn't work at all. There is no toolset called msvc11.