Boost logo

Boost Users :

Subject: Re: [Boost-users] boost_python-vc90-mt-gd-1.39.dll not found?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-10-19 12:24:32


AMDG

Tanja Zaric' wrote:
> I have built Boost Build with Bjam, using msvc ang gcc tool sets,
> according to this link:
> http://www.boost.org/doc/libs/1_40_0/libs/python/doc/building.html
> with
>
> C:\boost_1_39_0\…\quickstart> bjam toolset=msvc --verbose-test test
>
> and similar later
> C:\boost_1_34_0\…\quickstart> bjam toolset=gcc --verbose-test test
>
> It have passed the test.
> I have navigated to
> C:\boost\boost_1_39_0\libs\python\example\quickstart\bin\msvc-9.0\debug\threading-multi
> or similar
> C:\boost\boost_1_39_0\libs\python\example\quickstart\bin\gcc-mingw-3.4.5\debug,
> started python and tried to import extending module, but I got following error:
> " This application has failde to start because
> boost_python-vc90-mt-gd-1.39.dll was not found. Re-installing the
> application may fix the problem."
> or similar error message for gcc...
>
>

You might try running something like this first
to make sure that the Boost.Python library is
in your path.

cd C:\boost_1_39_0
bjam --with-python toolset=msvc threading=multi debug link=shared
runtime-link=shared stage
set PATH="C:\boost_1_39_0\stage\lib;%PATH%"

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net