[C++-sig] Re: BUILD

David Abrahams dave at boost-consulting.com
Tue Nov 16 17:25:23 CET 2004


Stefan Quandt <Stefan.Quandt at bardenheuer.de> writes:

> I try to build an extension with python-debug on Win32.
>
> I compiled a debug version of the Python interpreter from source and
> adjusted PYTHON_ROOT in my Jamrules to it's location.
>
> Then I try to build my extendions with
>   bjam -sBUILD=python-debug
> When bjam tries to link boost_python.dll it complains not finding
> "python23.lib".
>
> As far as I know it should be "python23_d.lib".
> Or am I missing something?

   bjam -sBUILD=debug-python
                ^^^^^^^^^^^^

HTH,
-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com




More information about the Cplusplus-sig mailing list