
12 Aug
2010
12 Aug
'10
3:22 p.m.
AMDG elekktretterr@exemail.com.au wrote:
I'm new to Boost and I've decided to use it in my C++ project. My first attempt is to use boost::program_options. However, Im hitting a slag and I can't figure out whats the problem.
ive got this:
#include "boost/program_options.hpp"
int main() { return 0; }
then I run: g++ -I/usr/local/include -L/usr/local/lib test.cpp
but I get this error that doesn't make any sense to me:
This isn't an error, it's a warning. In Christ, Steven Watanabe