Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2008-02-11 11:33:12


shouvik ganguly wrote:
> Hi,
> I am trying to access the function regex_search() by linking to the
> boost_regex library. However I am getting the following unresolved
> symols on GNU/Linux OS

You don't give the command line you're using, but the first thing to check
is that you have -lboost_regex on the command line, and that it appears
*after* all the object/source files that use Boost.Regex.

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net