visual studio 2010 - (boost) cannot open file 'boost_python-vc100-mt-gd-1_53.lib' -


so, downloaded boost_1_53_0, , ran bjam. after linking "libraries" , "includes" per preamble, ran visual c++ solution , following error

link : fatal error lnk1104: cannot open file 'boost_python-vc100-mt-gd-1_53.lib' 

i read solutions executing bjam --build-type=complete --toolset=gcc stage, seems command prompt cannot recognize bjam, though added path system variables as,

variable name: bjam     variable value: d:\boost_1_53_0\ 

but still cannot bjam running in command prompt! thanks


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -