Boost logo

Boost-Build :

Subject: Re: [Boost-build] Fwd: Boost regex error
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-04-16 03:34:59


> I need to check if a url is valid or not using regex.
> I have installed everything following the tutorial.
> but still I am getting the following error.I dont know how to build regex
> programs.Can you please guide me.

You're program isn't linking to the regex library: add -lboost_regex to the
command line (you may need an -L option as well to tell the compiler where
to look for the Boost libraries).

John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk