Hello,

Please provide:
 1. a minimal example program,
 2. the command line you used to build it,
 3. the output (e.g. error message) received, and
 4. the result you expected.

On Wed, Oct 29, 2008 at 11:22:41AM +0100, Christophe Prud'homme wrote:
> Package: libboost-program-options1.36.0
> Version: 1.36.0-2
> Severity: normal
> 
> --- Please enter the report below this line. ---
> program options is missing the function
> 
> boost::program_options::detail::cmdline::set_additional_parser

That appears to be present (see below); so please provide the minimal
example.  Did you remember to link using -lboost_program_options?

nm -D /usr/lib/libboost_program_options.so.1.36.0 |grep set_addition | c++filt
0000000000027a00 T 
boost::program_options::detail::cmdline::set_additional_parser(boost::function1<std::pair<std::basic_string<char,
 std::char_traits<char>, std::allocator<char> >, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > >, std::basic_string<char, 
std::char_traits<char>, std::allocator<char> > const&>)

-Steve

Attachment: signature.asc
Description: Digital signature

Reply via email to