
Sascha Ochsenknecht wrote:
Vladimir Prus wrote:
Sascha Ochsenknecht wrote:
Am 21.11.2009 10:20, schrieb Vladimir Prus:
Alexander Arhipenko wrote:
Index: libs/program_options/build/Jamfile.v2 =================================================================== --- libs/program_options/build/Jamfile.v2 (revision 57802) +++ libs/program_options/build/Jamfile.v2 (working copy) @@ -1,6 +1,9 @@
project boost/program_options : + usage-requirements + <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1 + : source-location ../src ;
Hi,
I'm not pretty sure ... but does this solve Ticket #2273 ?
Yes, it does. That's why the commit closed that ticket ;-)
Hm, the ticket is still open: https://svn.boost.org/trac/boost/ticket/2273
Seems like Trac integration had an issue.
Maybe because BOOST_PROGRAM_OPTIONS_STATIC_LINK is not defined?
There's no such macro -- if _DYN_LINK is not defined, it means static link is done. I have now closed that issue for real. - Volodya