19 Aug
2013
19 Aug
'13
1:44 p.m.
I build boost 1.54.0 this way (Windows 8 with Visual Studio 2012 x64): b2 address-model=64 toolset=msvc-11.0 --build-type=complete stage --with-filesystem --with-signals --with-system \bootstrap.bat I expect to get a file named 'libboost_filesystem-vc110-mt-gd-1_54.lib' (some boost header file is linking this file via #pragma ...) Unfortunately I get only a 'boost_filesystem-vc110-mt-gd-1_54.lib' and a 'libboost_filesystem-vc110-mt-sgd-1_54.lib' Any idea what I am doing wrong? Best regards, Julian