
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 Maybe because BOOST_PROGRAM_OPTIONS_STATIC_LINK is not defined? Cheers -Sascha