As we recall, I was getting this error when I tried to compile:
In file included from evang.c:4:
/usr/local/lib/gcc-lib/alpha-dec-osf5.1/3.2.3/include/stdio.h:208:64:
operator '>=' has no left operand
/usr/local/lib/gcc-lib/alpha-dec-osf5.1/3.2.3/include/stdio.h:244:64:
operator '>=' has no left operand
When I look at this file, it begins with:
/* DO NOT EDIT THIS FILE.
It has been auto-edited by fixincludes from:
"/usr/include/stdio.h"
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
I don't know what "fixincludes" are, but I decided to try using
/usr/include/stdio.h instead of <stdio.h> and it is compiling without errors
now. Perhaps the 5.1b install overwrote gcc's stdio.h and gcc should be
re-installed, but I haven't tried that yet.
-denise
"Customer service may be the only way that a
company can distinguish itself from its
competition these days." -H. Frank Gibbard
Denise McCracken, Systems Software Specialist
Misys Healthcare Systems, Tucson, AZ
Certified Tru64 v5 Systems Administrator
Comptia Network+ Certified Professional
Received on Thu Jul 15 2004 - 17:54:28 NZST