I just started using the boost. For my project I need to install boost -1.30.2 But I am getting some issues in the installation. I will tell you the steps I did over here 1. run the build.bat in boost-jam-3.1.10 2.build vcvrs32.bat in ../vc7/bin 3. Change dir to the dir ../boost.1.30.2 4. Then did C:\NonProject\technical\DOC_NET\Boost\boost-1.30.2>bjam "-sTOOLS=vc7" install --------------------------------------------------------------------- skipping Boost.Python library build due to missing or incorrect configuration couldn't find Python.h in "/usr/include" You can configure the location of your python installation by setting: PYTHON_ROOT - currently "/usr" PYTHON_VERSION - The 2-part python Major.Minor version number (e.g. "2.2", NOT "2.2.1") - currently "2.2" The following are automatically configured from PYTHON_ROOT if not otherwise set: PYTHON_LIB_PATH - path to Python library object; currently "/usr/libs" --------------------------------------------------------------------- don't know how to make install ...found 1 target... ...can't find 1 target... Please help me for this