*** Local.config_old Wed Sep 22 20:44:48 1999 --- Local.config Fri Sep 24 15:40:55 1999 *************** *** 49,55 **** /* #define DoublebufferExtension /* support for X Doublebuffer Extension */ ! /* #define MultibufferExtension /* support for X Multibuffer Extension */ /* #define Joystick /* Joystick support for Linux, needs joystick 0.7 */ --- 49,55 ---- /* #define DoublebufferExtension /* support for X Doublebuffer Extension */ ! #define MultibufferExtension /* support for X Multibuffer Extension */ /* #define Joystick /* Joystick support for Linux, needs joystick 0.7 */ *************** *** 72,78 **** * instead of this file. */ /* CC = cc -Ae +FPD /* HP-UX */ ! /* CC = gcc /* SUNs with gcc */ /* CC = acc -fast /* SUNs with acc */ /* CC = cc /* SGI Indigo (see CCOPTIONS below!) */ /* CC = cc -std1 -non_shared /* DEC/OSF1 V1.2 */ --- 72,78 ---- * instead of this file. */ /* CC = cc -Ae +FPD /* HP-UX */ ! CC = gcc /* SUNs with gcc */ /* CC = acc -fast /* SUNs with acc */ /* CC = cc /* SGI Indigo (see CCOPTIONS below!) */ /* CC = cc -std1 -non_shared /* DEC/OSF1 V1.2 */ *************** *** 91,98 **** * CDEBUGFLAGS should specify optimalization or debug information (or both). * Try not defining anything first. */ ! CDEBUGFLAGS = -g /* General debug flag */ ! /* CDEBUGFLAGS = -O /* General optimize flag */ /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */ /* CDEBUGFLAGS = -g2 -O2 /* SGI debug */ --- 91,98 ---- * CDEBUGFLAGS should specify optimalization or debug information (or both). * Try not defining anything first. */ ! /* CDEBUGFLAGS = -g /* General debug flag */ ! CDEBUGFLAGS = -O3 -fstrength-reduce /* General optimize flag */ /* CDEBUGFLAGS = -Ae +O3 +FPD /* HP cc optimize flags (no +ESlit) */ /* CDEBUGFLAGS = -Ae -g -z +w1 /* HP cc debug flags */ /* CDEBUGFLAGS = -g2 -O2 /* SGI debug */ *************** *** 149,158 **** /* CCOPTIONS = -Ae /* If HP C complains about prototypes. */ /* CCOPTIONS = -xansi /* Typical SGI */ /* CCOPTIONS = -Xa -xF -xcg92 /* Sun Solaris 2.6 with Sun Pro C */ ! /* TOP_INCLUDES = /* Sun users with GCC need this */ /* EXTRALIB = -ldnet_stub /* DEC/OSF1 DECnet library required */ ! /* EXTRALIB = -lsocket -lnsl /* Solaris needs these */ /* EXTRALIB = /* normal */ MATHLIB = -lm /* Your math library, probably ok */ --- 149,159 ---- /* CCOPTIONS = -Ae /* If HP C complains about prototypes. */ /* CCOPTIONS = -xansi /* Typical SGI */ /* CCOPTIONS = -Xa -xF -xcg92 /* Sun Solaris 2.6 with Sun Pro C */ + CCOPTIONS = ! TOP_INCLUDES = -I/usr/openwin/include /* Sun users with GCC need this */ /* EXTRALIB = -ldnet_stub /* DEC/OSF1 DECnet library required */ ! EXTRALIB = -lsocket -lnsl /* Solaris needs these */ /* EXTRALIB = /* normal */ MATHLIB = -lm /* Your math library, probably ok */