The original posting was :
> Hello Managers,
>
> I'm trying to use my current version of tcsh on 5.0 and it's not working
> quite well.
> In particular the environment variable REMOTEHOST is not set. I think that
> the reason is that the who -M command gives :
>
> dc pts/3 Feb 18 15:39 (node.supelec.fr)
>
> instead of
>
> dc ttyp1 Feb 18 07:47 (node.supelec.fr)
>
> Is tehre a tcsh version available for Tru64 UNIX 5.0 ?
>
> Thanks
>
Thank you to Paul A Sand <pas_at_unh.edu> for his 2 steps answer !
I reproduced your results here. Fortunately, recompilation seems to fix it.
What I do is
env CC=cc ./configure --prefix=/usr
make
make install
make install.man
Source code is at
ftp://ftp.astron.com/pub/tcsh; they have an alpha
binary there too, but it's dated August.
As my CPU is an EV6 XP1000, an extra step is required :
in configure.sub look at ev56 in the file and add ev6 equivalent (2
occurences)
Daniel
Received on Fri Feb 18 2000 - 17:54:09 NZDT