tcsh 6.07.02 のインストールログ [準備] tcsh-6.07.tar.gz 1. 展開 tar zxvf tcsh-6.07.tar.gz 2. make の準備 imake では何故かうまくいかなかったので、 cp Makefile.std Makefile emacs Makefile diff Makefile.std Makefile 154c154 < LIBES= -ltermcap ## BSD style things --- > #LIBES= -ltermcap ## BSD style things 170c170 < #LIBES= -ltermlib -lsocket -lnsl ## SysV4 w/o BSDTIMES or Solaris 2 --- > LIBES= -ltermlib -lsocket -lnsl ## SysV4 w/o BSDTIMES or Solaris 2 215c215 < #AFSAUXLIB = -lsocket -lnsl -lc -lucb # Solaris --- > AFSAUXLIB = -lsocket -lnsl -lc -lucb # Solaris cp config/sol24 config.h 3. make make 4. インストール make install