Boost logo

Boost Users :

Subject: Re: [Boost-users] linking error while using Boost-regex and Stlport inthe same project
From: John Maddock (john_at_[hidden])
Date: 2008-12-15 04:13:43


> I've tried to build regex with STLPORT, but not sure that did I do it
> right.
> In another reply I've mentioned what I tried. Can you please tell me the
> exact steps......

Well... since you've used the makefile already, try something like:

export CXXFLAGS=-Ipath-to-stlport-include
export LDFLAGS=STLPort-link-options
make -B

>> * The build options you are using (for example __STL_DEBUG settings)
>> match
>> what you used to build the regex lib.
>>
> Being a newbie, I'm not aware of these options. Can u plz enlighten me on
> these????

They alter STLPort and add additional debugging support - refer to the
STLPort docs for more info.

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