Hi I'm running a makefile that has the line
ADDLIBS = -stdlib=libstdc++ -L${BOOST_DIR}/lib -lboost_program_options
but I get the exception
g++: error: unrecognized command line option ‘-stdlib=libstdc++’
Could someone tell me how I modify the makefile?