--- Makefile.config.orig Wed May 1 17:36:22 1996 +++ Makefile.config Wed May 1 17:37:41 1996 @@ -74,13 +74,13 @@ #CFLAGS2 = # If you're using g++ 2.7.x, you'll want to use -Wno-unused: -CFLAGS2 = -Wno-unused +#CFLAGS2 = -Wno-unused # For Linux systems using XFree86: #CFLAGS2 = -I/usr/X11/include -Wno-unused # For FreeBSD systems using XFree86: -#CFLAGS2 = -I$(X11BASE)/include -Wno-unused +CFLAGS2 = -I$(X11BASE)/include -Wno-unused # For Solaris: #CFLAGS2 = -I/usr/openwin/include @@ -97,13 +97,13 @@ #------------------------------------------------------------------------ # For most systems, just grab the X library: -XLIBS = -lX11 +#XLIBS = -lX11 # For Linux systems using XFree86: #XLIBS = -L/usr/X11/lib -lX11 # For FreeBSD systems using XFree86: -#XLIBS = -L$(X11BASE)/lib -lX11 +XLIBS = -L$(X11BASE)/lib -lX11 # For Solaris: #XLIBS = -L/usr/openwin/lib -lX11 -lnsl -lsocket