
6 Jan
2006
6 Jan
'06
6:15 p.m.
On Friday 06 January 2006 06:16, Simen Kvaal wrote:
Stated simply: My programs (even the example programs included with boost 1.33.1) using program_options do not link!
You need to link against the program_options library. Add -lboost_program_options to your g++ command. Daniel