fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_58.lib'

在Visual Studio 2013下编译出现如下错误:

> fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_58.lib' 

解决方法如下:

1.首先运行D:\boost_1_58_0目录下的bootstrap.bat文件。此时在该目录下生成文件b2.exe

2.执行b2.exe文件,在当前目录下生成/stage/lib

3.把生成的lib文件加入到工程文件中即可。

你可能感兴趣的:(fatal error LNK1104: cannot open file 'libboost_system-vc100-mt-gd-1_58.lib')