Boost logo

Boost :

Subject: Re: [boost] [filesystem][iostreams][program_options] linker issues on msvc
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-11-23 08:15:13


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 ;-)
>>
>> https://svn.boost.org/trac/boost/changeset/57832
>>
>
> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk