Boost: Although compiled, missing lib
Posted
by
Jonathan
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan
Published on 2011-01-09T17:50:49Z
Indexed on
2011/01/09
17:53 UTC
Read the original article
Hit count: 175
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?
© Stack Overflow or respective owner