$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-02-21 05:27:14
> I have some link problems when I try to compile example give in
> regex (grep example).
> I have given the command as below.
That example uses Boost.ProgramOptions as well as Boost.Regex, so as the
linker errors kind of suggest, you need to add -lboost_program_options as
well.
John.