Boost logo

Boost :

Subject: Re: [boost] Problem with program_options on FreeBSD 8 (gcc 4.2)
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-08-12 11:22:32


AMDG

elekktretterr_at_[hidden] 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


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