--- src/Makefile.orig Thu Dec 2 10:00:10 1999 +++ src/Makefile Thu Dec 2 10:12:47 1999 @@ -94,7 +94,7 @@ # # This is my compiler of choice, it seems to work most everywhere # -CC = gcc +#CC = gcc # @@ -115,8 +115,8 @@ # including "USE_GETCH" and "USE_CURS_SET". Note that "config.h" will # attempt to "guess" at many of these flags based on your system. # -CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU" -LIBS = -lX11 -lcurses -ltermcap +#CFLAGS = -Wall -O1 -pipe -g -D"USE_X11" -D"USE_GCU" +LIBS = -L$(X11BASE)/lib -lX11 -lcurses -ltermcap ##