*** Makefile_defs.linux.original	Thu May 15 21:06:39 1997
--- Makefile_defs.linux	Mon Oct  1 20:08:06 2001
*************** MACH = linux
*** 15,25 ****
  ########################################################
  #                                                      #
  # set CC to an ANSI C compiler                         #
  #                                                      #
  ########################################################
! CC = cc
  
  ########################################################
  #                                                      #
  # set TCL_INCLUDES so that the compiler can            #
  # find the tcl.h and tk.h                              #
--- 15,25 ----
  ########################################################
  #                                                      #
  # set CC to an ANSI C compiler                         #
  #                                                      #
  ########################################################
! CC = gcc
  
  ########################################################
  #                                                      #
  # set TCL_INCLUDES so that the compiler can            #
  # find the tcl.h and tk.h                              #
*************** TCL_INCLUDES = -I/usr/include/tcl
*** 33,44 ****
  ########################################################
  #                                                      #
  # set TCL_LIBS so that the compiler can find           #
  # libtcl.a and libtk.a                                 #
  #                                                      #
- # NOTE: Needs Tcl 7.4 and Tk 4.0                       #
- #                                                      #
  ########################################################
  TCL_LIBS = -ltk -ltcl
  
  ########################################################
  #                                                      #
--- 33,42 ----
*************** X11_INCLUDES =
*** 55,70 ****
  #                                                      #
  # Set X11_LIBS so that libX11.a and other necessary    #
  # files can be found.                                  #
  #                                                      #
  ########################################################
! X11_LIBS = -L/usr/X11R6/lib -lX11
  
  ########################################################
  #                                                      #
  # Set OTHER_LIBS so that any other stuff hat needs to  #
  # be linked in will be!                                #
  #                                                      #
  ########################################################
! #OTHER_LIBS = -ldl
! OTHER_LIBS = -static
  
--- 53,68 ----
  #                                                      #
  # Set X11_LIBS so that libX11.a and other necessary    #
  # files can be found.                                  #
  #                                                      #
  ########################################################
! X11_LIBS = -L/usr/X11R6/lib
  
  ########################################################
  #                                                      #
  # Set OTHER_LIBS so that any other stuff hat needs to  #
  # be linked in will be!                                #
  #                                                      #
  ########################################################
! OTHER_LIBS = -ldl
! #OTHER_LIBS = -static
  
