Nasir
Nasir

Reputation: 11

Linker error with boost serialization: missing lib file

I have VC 10 and using boost 1.53.0.
I am trying to compile and link a sample program from boost serialization samples, but the linker generates the following error:

LINK : fatal error LNK1104: cannot open file 'libboost_serialization-vc100-mt-gd-1_53.lib".  

I tried many things, like checking my include and lib paths, all was correct. In fact this file name which the linker was asking is not there even in the whole c drive where both MS VC 10 and boost are installed.

Thank you.

Upvotes: 0

Views: 519

Answers (0)

Related Questions