$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Mitchell (danmitchell_at_[hidden])
Date: 2006-01-06 13:15:42
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