I want to use boost regex in c++ on code::blocks on windows. I compile a simple program which uses the instruction regex pat( "^Subject: (Re: |Aw: )*(.*)" );
and it doesn't work, I get errors like: c:\mingw\bin\..\lib\gcc\mingw32\4.5.2\..\..\..\..\include\boost\regex\v4\cpp_regex_traits.hpp|366|undefined reference to 'boost::re_detail::cpp_regex_traits_char_layer<char>::init()'|
I guess that I should link the project to some lib (.a file ?) in the "linker settings", but I don't know which lib, where can I download it ?!