Lines 1-5
Link Here
|
1 |
--- Makefile.orig Thu Oct 24 16:03:07 2002 |
1 |
--- Makefile.orig Thu Oct 24 17:03:07 2002 |
2 |
+++ Makefile Wed Feb 26 23:39:48 2003 |
2 |
+++ Makefile Wed Jul 14 04:02:48 2004 |
3 |
@@ -1,32 +1,32 @@ |
3 |
@@ -1,32 +1,32 @@ |
4 |
# compiling with g++-3 worked for me with the commented ## lines - tpo |
4 |
# compiling with g++-3 worked for me with the commented ## lines - tpo |
5 |
|
5 |
|
Lines 22-28
Link Here
|
22 |
##CC = g++-3.0 |
22 |
##CC = g++-3.0 |
23 |
|
23 |
|
24 |
# flags for your compiler |
24 |
# flags for your compiler |
25 |
CFLAGS = -g -O2 -Wall -I$(C) |
25 |
-CFLAGS = -g -O2 -Wall -I$(C) |
|
|
26 |
+CFLAGS += -Wall -fno-operator-names -I$(C) |
26 |
|
27 |
|
27 |
# required libraries |
28 |
# required libraries |
28 |
-LDFLAGS = -lm -lssl -lgssapi_krb5 |
29 |
-LDFLAGS = -lm -lssl -lgssapi_krb5 |