
21 Feb
2006
21 Feb
'06
10:27 a.m.
I have some link problems when I try to compile example give in regex (grep example). I have given the command as below.
That example uses Boost.ProgramOptions as well as Boost.Regex, so as the linker errors kind of suggest, you need to add -lboost_program_options as well. John.