$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Regex Can't compile / link programs..
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-05-19 11:58:26
> You need to list libraries /after/ the files that uses them.
Indeed, one of gcc's more interesting quirks.... John.