I'm trying to install pyvlfeat on python in Windows. For installing this module,  I had to install boost.python. I installed and compiled the boost with bjam --with-python toolset=gcc --layout=tagged 
After this I tried to install pyvlfeat by python setup.py install but at the end of the building process error showed up cannot find -lboost_python-mt-py26.
How do I fix it?
 
     
     
     
    