Boost logo

Boost-Build :

Subject: [Boost-build] Linker warnings
From: Lavanya Raghunath (lraghuna_at_[hidden])
Date: 2012-01-30 15:22:54


Hi,

Am using boost libraries by building from source and when I use #include <boost/program_options.hpp> in my code, I get the following linker warnings for any function used:
warning LNK4217: locally defined symbol ??1cmdline_at_detail@program_options_at_boost@@QAE_at_XZ (public: __thiscall boost::program_options::detail::cmdline::~cmdline(void)) imported in function "public: __thiscall boost::program_options::basic_command_line_parser<char>::~basic_command_line_parser<char>(void)" (??1?$basic_command_line_parser_at_D@program_options_at_boost@@QAE_at_XZ)
I am using VS 2008 on Windows 7. The functionality does work but I just get a bunch of these warnings. Any help will be appreciated. Thanks!!



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk