I am trying to compile tcsh 6.06.00 on a alpha dec 3000 running osf1
I get the following error
cc -O -I. -DDEC -DR5_XLIB -DSMT -DFUNCPROTO=3 -std1 -Olimit
2000 -c sh
.proc.c
/usr/lib/cmplrs/cc/cfe: Warning: sh.proc.c, line 199: Incompatible
pointer type
assignment (3.3.16.1, 3.5.4.1(21))
pid = wait3(&w.w_status,
----------------^
/usr/lib/cmplrs/cc/cfe: Error: sh.proc.c, line 331: Unacceptable operand
of & (3
.3.10(7))
if (((w) & 0200 ) )
----------^
*** Exit 1
Stop.
Does anyone have a fix for this problem