Posted on Jan 13, 2007 by
Massive Kangaroo
What steps will reproduce the problem? 1. Build with Visual Studio 8 project files 2. 3.
What is the expected output? What do you see instead?
Library should link statically to Boost.Python. Somehow the auto_link magic isn't kicking in.
Please use labels and text to provide additional information.
Comment #1
Posted on Jan 19, 2007 by Massive Kangaroohttp://www.boost.org/more/getting_started.html#Results http://www.boost.org/more/getting_started.html#auto-link
Comment #2
Posted on May 24, 2007 by Massive KangarooBoost.Python can't use the auto link magic. In 0.0.2 we link statically to the Boost.Python library by defining BOOST_PYTHON_STATIC_LIB.
Status: Fixed
Labels:
Type-Defect
Priority-Medium