home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / tcl / 1038 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.7 KB  |  33 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!sugar!karl
  3. From: karl@NeoSoft.com (Karl Lehenbauer)
  4. Subject: Re: Installing TCL/TK so it can be used for development
  5. Organization: NeoSoft Communications Services -- (713) 684-5900
  6. Date: Thu, 23 Jul 1992 12:47:05 GMT
  7. Message-ID: <1992Jul23.124705.21577@NeoSoft.com>
  8. References: <1992Jul21.000250.14233@twg.com> <ADRIANHO.92Jul21021938@barkley.berkeley.edu>
  9. Lines: 22
  10.  
  11. In article <1992Jul21.000250.14233@twg.com> david@twg.com (David Herron) writes:
  12. >One of the problems with TCL/TK is there are no `make install' tags
  13. >in the Makefile's.  Therefore there is little guidance as to what the
  14. >Official Stand on installing things are.
  15.  
  16. Not to harp, but again, Extended Tcl does have a "make install" capability,
  17. and we've been careful to minimize the hard-coding of paths within the
  18. language, and maximize flexibility in terms of letting you have multiple
  19. copies of Extended Tcl/Tk which each can get to their correct libraries, etc.
  20.  
  21. A "default file" is defined in extended/Config.mk.  This is typically
  22. /etc/default/tcl6.3b (for the current version) on System V machines,
  23. and /usr/local/lib/tcldefault6.3b for the rest.  This default file is
  24. loaded on startup (unless a TCLDEFAULT environment variable is defined)
  25. and it points Tcl to the TclInit.tcl startup file, and sets a Tcl library
  26. search path, TCLPATH.  (the source to all this is in extended/src/tclstartup.c)
  27.  
  28. FYI, by default we put Tk in /usr/local/lib/tk, Tcl in /usr/local/lib/tcl,
  29. Extended Tcl (tcl source libraries, on-line help, etc) in /usr/local/tcl.
  30. -- 
  31. -- Email info@NeoSoft.com for info on getting Internet access.
  32. "Silent gratitude isn't very much use to anyone." -- G. B. Stearn
  33.