25 Apr
2006
25 Apr
'06
3:22 p.m.
On 4/25/06, Adam Teasdale Hartshorne
Hi All,
I am having some trouble compiling the examples for the program_options library on a linux box.
I following is the output of my attempt to try and compile the first.cpp example. I obviously understand that error message is due to the compiler been unable to see the appropriate function in the given libraries. I therefore assume I should be including so other libraries, but I don't know which ones are needed. Interestingly I can get the simple_ls.cpp example to compile and function ok.
Did you include -lboost_program_options on the g++ command line?