home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sgi
- Path: sparky!uunet!mcsun!sun4nl!fwi.uva.nl!casper
- From: casper@fwi.uva.nl (Casper H.S. Dik)
- Subject: Re: Installing tcsh
- Message-ID: <1992Aug12.130250.12081@fwi.uva.nl>
- Sender: news@fwi.uva.nl
- Nntp-Posting-Host: adam.fwi.uva.nl
- Organization: FWI, University of Amsterdam
- References: <BsuG3w.E02@acsu.buffalo.edu>
- Date: Wed, 12 Aug 1992 13:02:50 GMT
- Lines: 64
-
- beers@acsu.buffalo.edu (Andrew Beers) writes:
-
- >Can anyone who has been able to successfully install tcsh-6.x on an SGI
- >machine (specifically, an IRIS 4D running IRIX 4.0.1) give me some pointers?
- >I've gotten it to compile, but have had no luck in getting job control to
- >work. ^C works only sometimes, and ^Z never works at all.
-
- The only way I got tcsh 6.02 to work reasonably well was:
-
- compile flags: -D__STDC__
-
- (-lsun, if you use YP/NIS)
- linklibs: -ltermcap -lsun -lbsd
-
- Config file:
- diff -c config/config.sgi config.h
- *** config/config.sgi Tue May 19 13:26:47 1992
- --- config.h Wed Aug 12 14:32:00 1992
- ***************
- *** 52,58 ****
- * Note: POSIX systems should not define this unless they
- * have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX).
- */
- ! #undef BSDSIGS
-
- /*
- * BSDTIMES You have BSD-style process time stuff (like rusage)
- --- 52,59 ----
- * Note: POSIX systems should not define this unless they
- * have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX).
- */
- ! #define BSDSIGS
- ! #define _BSD_SIGNALS
-
- /*
- * BSDTIMES You have BSD-style process time stuff (like rusage)
- ***************
- *** 114,120 ****
- * systems, signal returns int, but on newer ones, it returns void.
- */
- #ifdef mips
- ! # define SIGVOID
- #else
- # undef SIGVOID
- #endif
- --- 115,121 ----
- * systems, signal returns int, but on newer ones, it returns void.
- */
- #ifdef mips
- ! # undef SIGVOID
- #else
- # undef SIGVOID
- #endif
- ***************
- *** 170,174 ****
- /****************** configurable hacks ****************/
- /* have been moved to config_f.h */
- #include "config_f.h"
- -
- - #undef NLS
- --- 171,173 ----
- --
- | Casper H.S. Dik
- | casper@fwi.uva.nl
-