From 38c62a8019f1a19ec93ea16d34fa2f05c702a564 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Sun, 17 Nov 2013 14:33:18 +0100 Subject: Makefile: add libstdc++ to LDLIBS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3cbd47..b480e1c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with hadori. If not, see . -LDLIBS=-lboost_program_options +LDLIBS=-lboost_program_options -lstdc++ CXXFLAGS?=-O2 -Wall CXXFLAGS+=-std=c++0x CPPFLAGS+=-D_FILE_OFFSET_BITS=64 -- cgit v1.2.3