Boost logo

Boost-Build :

Subject: Re: [Boost-build] I got a problem
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-06-15 12:04:55


> I am one of c++ users and I am not familiar with Boost libraries. I have
> to use
> boost.regex library in order to deal with regular expressions. I found the
> explanation which you posted in your page too complex to understand by
> building
> and installing the library. I have tried that firstly with (Building via
> makefiles) but that did not work I have got a message that (there is no
> such
> library) then I have tried that with (building with bjam) but this was too
> complex and finally I got this message ( cannot open file
> 'libboost_regex-vc90-mt-gd-1_46_1.lib').
> I appreciat if you could help me with this problem and if I get easier
> explanation.

That message means that the Visual C++ linker can not find the libraries
that you built, you need to modify the settings in your IDE to search for
the libraries in directory where they were built (usually stage/lib).

HTH, 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