gcc headers
Hi,Does anyone know how to reinstall gcc headers. When I try to compile something I get errors like:
/usr/include/_G_config.h:28: parse error before `__off_t'
/usr/include/_G_config.h:28: warning: no semicolon at end of struct or union
/usr/include/libio.h:286: parse error before `__off_t'
/usr/include/libio.h:286: warning: no semicolon at end of struct or union
I realized this is a header problem, so I downloaded the gcc rpm and installed it again, but it still didn't fix the problem. I can't recompile my gcc because my current gcc doesn't work. I copied the header files from another server but still no luck.