From 89a61e49685109fbb69cfd49a195c33d0c5a9c5d Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Mon, 4 Jun 2012 22:48:37 +0100 Subject: [PATCH] Using gcc, not g++ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffdd70e1..d0f1885a 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ CFLAGS = -W -Wall -std=c99 -pedantic -O2 $(COPT) MAC_SHARED = -flat_namespace -bundle -undefined suppress LINFLAGS = -ldl -pthread $(CFLAGS) LIB = _$(PROG).so -CC = g++ +#CC = g++ # Make sure that the compiler flags come last in the compilation string. # If not so, this can break some on some Linux distros which use