The diffs below show which files in the usual dstool distribution (after YES to gcc, NO to FORTRAN, NO to TCL) need to be edited for redhat 6.1 with xview as in: ************************************* rpm -q -a | grep xview xview-3.2p1.4-4 xview-devel-3.2p1.4-4 xview-clients-3.2p1.4-4 ************************************* and environment variables printenv DSTOOL /local/dstool_2.0 printenv OPENWINHOME /usr/openwin ************************************* Diff printout below comes from script: foreach i ( `cat hc_files` ) foreach? diff dstool_2.0/$i dstool_2.0_orig/$i >> difflog foreach? if ($status) echo "ABOVE from $i" >> difflog foreach? end ************************************* 308c308 < /* char *strcat(), *strcpy(); ahb aug99*/ --- > char *strcat(), *strcpy(); ABOVE from src/windows/load/load.c 192c192 < char strng[40]; /*ahb aug99 */ --- > char strng[20]; ABOVE from src/windows/mult/mult.c 59,60c59 < else /* ahb 9/10/99 Linux sensitive about closing null fp*/ < fclose(fp); --- > fclose(fp); 79,80c78 < else /* ahb 9/10/99 Linux sensitive about closing null fp*/ < fclose(fp); --- > fclose(fp); ABOVE from src/utilities/file_util.c 54d53 < /* ahb aug99 */ 61d59 < #define HAS_DIRENT_H ABOVE from src/include/portability.h 80c80 < } --- > } 88c88 < } --- > } 99c99 < --- > ABOVE from src/main/config.c 68c68 < /* char *strcpy(),*strcat(); ahb*/ --- > char *strcpy(),*strcat(); ABOVE from src/saveload/load_procs.c 29,30c29 < #CFLAGS = -O -D$(ARCH) < CFLAGS = -g -D$(ARCH) --- > CFLAGS = -O -D$(ARCH) 45,46c44 < #WINLDFLAGS = -L$(OPENWINHOME)/lib -lxview -lolgx -lX11 < WINLDFLAGS = -L$(OPENWINHOME)/lib -L/usr/X11R6/lib -lxview -lolgx -lX11 --- > WINLDFLAGS = -L$(OPENWINHOME)/lib -lxview -lolgx -lX11 ABOVE from site_specific/lib_incl.mk