Okay - this is a followup to an issue I posted a couple of weeks back, but nobody could/tried to answer. I cannot get gcc to work/compile at all: [plarsen@dilbert src]$ gcc hello.c In file included from /usr/local/include/features.h:249, from /usr/include/stdio.h:28, from hello.c:1: /usr/include/sys/cdefs.h:43:42: missing binary operator before '(' /usr/include/sys/cdefs.h:122:19: missing binary operator before '(' /usr/include/sys/cdefs.h:173:19: missing binary operator before '(' /usr/include/sys/cdefs.h:182:19: missing binary operator before '(' /usr/include/sys/cdefs.h:191:19: missing binary operator before '(' /usr/include/sys/cdefs.h:205:19: missing binary operator before '(' /usr/include/sys/cdefs.h:215:19: missing binary operator before '(' /usr/include/sys/cdefs.h:226:20: missing binary operator before '(' /usr/include/sys/cdefs.h:231:20: missing binary operator before '(' /usr/include/sys/cdefs.h:238:19: missing binary operator before '(' This is from the usual compile of hello.c: #include <stdio.h> int main() { printf("Hello World\n"); return 0; } Running RH8. gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7) and glibc-2.2.93-5. Anyone have an idea on how to fix this?? Best Regards Peter Larsen -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list