"Williams, Travis L, NPONS" <tlw@att.com> writes:
> Sent directly to you so that I can send attachments.. once again thanks
> for helping..
Okay, the cc output shows
typedef long sbsize_t;
typedef unsigned long bsize_t;
at line 190 of /usr/include/sys/types.h ... while gcc seems not to be
reading that file at all, but instead
/usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/sys/types.h
^^^^^^^^^
which doesn't contain these definitions (or else is ifdef'ing them out).
So my conclusion is that your gcc installation was built on an HPUX 11.00
system, and has not been updated for 11.20. The "fixed" headers that it
contains are out of step with your actual system headers.
You might be able to fix this by rerunning gcc's fixincludes script, but
I'm not enough of a gcc guru to be sure about that. I'd be inclined to
just reinstall it from scratch.
regards, tom lane