cl2dlope / pyactivemq

Automatically exported from code.google.com/p/pyactivemq
Apache License 2.0
0 stars 0 forks source link

BOOST_PYTHON_STATIC_LINK not working #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by fullung@gmail.com on 13 Jan 2007 at 1:37

GoogleCodeExporter commented 8 years ago
http://www.boost.org/more/getting_started.html#Results
http://www.boost.org/more/getting_started.html#auto-link

Original comment by fullung@gmail.com on 19 Jan 2007 at 7:33

GoogleCodeExporter commented 8 years ago
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.

Original comment by fullung@gmail.com on 24 May 2007 at 3:57