diff -cNr LLNLPython8.orig/Graphics/Setup LLNLPython8/Graphics/Setup *** LLNLPython8.orig/Graphics/Setup Mon Dec 28 18:06:38 1998 --- LLNLPython8/Graphics/Setup Thu Jan 7 01:27:19 1999 *************** *** 6,12 **** # Change XLIB to the directory where libX11.a is found on your system. # Change YORHOME to the directory (--prefix) where Yorick was installed. XLIB = /usr/X11R6/lib ! YORHOME = /usr/local GISTH = $(YORHOME)/lib/yorick/1.4/h GISTL = $(YORHOME)/lib/yorick/1.4/lib gistC Gist/Src/gistCmodule.c -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm --- 6,12 ---- # Change XLIB to the directory where libX11.a is found on your system. # Change YORHOME to the directory (--prefix) where Yorick was installed. XLIB = /usr/X11R6/lib ! YORHOME = /usr GISTH = $(YORHOME)/lib/yorick/1.4/h GISTL = $(YORHOME)/lib/yorick/1.4/lib gistC Gist/Src/gistCmodule.c -I$(GISTH) -L$(GISTL) -L$(XLIB) -lgist -lX11 -lm