$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Greg Buchholz (boost_at_[hidden])
Date: 2006-01-14 14:15:24
Rene Rivera wrote:
> Greg Buchholz wrote:
> > I've tried a number of other g++ options including "-lboost",
> > "-llibboost", "-llibboost_regex", and "-llibboost_regex-gcc".
>
> Try adding "-lboost_regex-gcc", the "lib" prefix is added for you by the
> linker.
Ah, thanks, that did the trick!
Greg Buchholz