home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sgi / 12292 < prev    next >
Encoding:
Text File  |  1992-08-12  |  2.0 KB  |  77 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
  3. From: casper@fwi.uva.nl (Casper H.S. Dik)
  4. Subject: Re: Installing tcsh
  5. Message-ID: <1992Aug12.130250.12081@fwi.uva.nl>
  6. Sender: news@fwi.uva.nl
  7. Nntp-Posting-Host: adam.fwi.uva.nl
  8. Organization: FWI, University of Amsterdam
  9. References: <BsuG3w.E02@acsu.buffalo.edu>
  10. Date: Wed, 12 Aug 1992 13:02:50 GMT
  11. Lines: 64
  12.  
  13. beers@acsu.buffalo.edu (Andrew Beers) writes:
  14.  
  15. >Can anyone who has been able to successfully install tcsh-6.x on an SGI
  16. >machine (specifically, an IRIS 4D running IRIX 4.0.1) give me some pointers?
  17. >I've gotten it to compile, but have had no luck in getting job control to
  18. >work.  ^C works only sometimes, and ^Z never works at all.
  19.  
  20. The only way I got tcsh 6.02 to work reasonably well was:
  21.  
  22. compile flags: -D__STDC__
  23.  
  24. (-lsun, if you use YP/NIS)
  25. linklibs: -ltermcap -lsun -lbsd
  26.  
  27. Config file:
  28. diff -c config/config.sgi config.h
  29. *** config/config.sgi    Tue May 19 13:26:47 1992
  30. --- config.h    Wed Aug 12 14:32:00 1992
  31. ***************
  32. *** 52,58 ****
  33.    *        Note: POSIX systems should not define this unless they
  34.    *        have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX).
  35.    */
  36. ! #undef BSDSIGS
  37.   
  38.   /*
  39.    * BSDTIMES    You have BSD-style process time stuff (like rusage)
  40. --- 52,59 ----
  41.    *        Note: POSIX systems should not define this unless they
  42.    *        have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX).
  43.    */
  44. ! #define BSDSIGS
  45. ! #define _BSD_SIGNALS
  46.   
  47.   /*
  48.    * BSDTIMES    You have BSD-style process time stuff (like rusage)
  49. ***************
  50. *** 114,120 ****
  51.    *        systems, signal returns int, but on newer ones, it returns void.
  52.    */
  53.   #ifdef mips
  54. ! # define SIGVOID 
  55.   #else
  56.   # undef SIGVOID 
  57.   #endif
  58. --- 115,121 ----
  59.    *        systems, signal returns int, but on newer ones, it returns void.
  60.    */
  61.   #ifdef mips
  62. ! # undef SIGVOID 
  63.   #else
  64.   # undef SIGVOID 
  65.   #endif
  66. ***************
  67. *** 170,174 ****
  68.   /****************** configurable hacks ****************/
  69.   /* have been moved to config_f.h */
  70.   #include "config_f.h"
  71. - #undef NLS
  72. --- 171,173 ----
  73. -- 
  74.                         |    Casper H.S. Dik
  75.                         |    casper@fwi.uva.nl
  76.