27 Apr
2011
27 Apr
'11
3:50 p.m.
two things you should do: 1) remove -L/usr/lib on the compile command since gcc should already know about it 2) add the following option to include the program options library: -lboost_program_options In general, "undefined reference" means you are missing a pre-compiled library (.a or .so) when linking. -- View this message in context: http://boost.2283326.n4.nabble.com/boost-build-problem-tp3478348p3478561.htm... Sent from the Boost - Users mailing list archive at Nabble.com.