Steve, I now realize that I recompile a code previously compiled with 1.35 without doing a make clean first I will investigate this and try to provide as much information as possible if needed
Best regards C. On Wed, Oct 29, 2008 at 4:39 PM, Steve M. Robbins <[EMAIL PROTECTED]> wrote: > 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 > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iD8DBQFJCIPJ0i2bPSHbMcURAsNNAJ46VP8luBOmvB9THNnvTr4vw08GhwCfQYba > UCCjcDNY2gr1EXrjDiUBmI8= > =/lp8 > -----END PGP SIGNATURE----- > > _______________________________________________ > pkg-boost-devel mailing list > [EMAIL PROTECTED] > http://lists.alioth.debian.org/mailman/listinfo/pkg-boost-devel > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

