From: SMTP%"rachael@mrao.cam.ac.uk" 4-MAR-1995 11:29:08.40 To: EVERHART CC: Subj: Re: TCSH 6.03 on VMS/AXP 6.1, Posix 2.0? From: rachael@mraox.ra.phy.cam.ac.uk (Rachael Padman) X-Newsgroups: comp.os.vms Subject: Re: TCSH 6.03 on VMS/AXP 6.1, Posix 2.0? Date: 4 Mar 1995 16:23:37 GMT Organization: MRAO Cambridge Lines: 34 Distribution: world Message-ID: <3ja469$c76@lyra.csx.cam.ac.uk> Reply-To: rachael@mrao.cam.ac.uk NNTP-Posting-Host: mraox.ra.phy.cam.ac.uk X-Newsreader: mxrn 6.18-8 To: Info-VAX@Mvb.Saic.Com X-Gateway-Source-Info: USENET David, I have installed this on my AXP 3000 /300LX with VMS 6.1. It works fine, after a little help from Andy Phillips (who did the port). In fact I think the compiler warnings are not serious, and the only thing you really *do* need to do is in tc.os.h, where the routine setprio doesn't exist in the new Posix. The routine "nice(a)" *does* exist however, so just remove the # define nice(a) setprio((getpid()),a) and it will then pick up the correct routine. One other problem various users have found is that you can't in fact install it as the default shell (using the appropriate line in Posix$user_params.dat). But this doesn't seem very serious, and you can always start tcsh from within your .profile (as suggested to me by Pete Houston in Oxford UK) if [ $PPID -eq 1 ] then tcsh -l exit 0 fi Seems to work -- Rachael Padman Mullard Radio Astronomy Observatory Cavendish Laboratory University of Cambridge, UK