Export to GitHub

pyactivemq - issue #1

BOOST_PYTHON_STATIC_LINK not working


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 #2

Posted on May 24, 2007 by Massive Kangaroo

Boost.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