Boost: Although compiled, missing lib
- by Jonathan
I've compiled Boost and am using it in a Visual C++ project. At some point, I started getting the following error:
1>LINK : fatal error LNK1104: cannot open file 'libboost_filesystem-vc100-mt-sgd-1_45.lib'
AFAIK I have the linker configuration set correctly. I've searched for the lib and the closest I found was:
libboost_filesystem-vc100-mt-gd-1_45.lib
(Notice the missing 's')
What does the missing 's' represent? What do these similar yet different libs stand for? How come I'm missing it although I've compiled all of Boost?