This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with gcc-2.95 on HP-UX 11.00


Hi,
	I just recently updated my HP-UX 11.00 machine with the latest
Support Plus Patch Bundle.  Afterwards, I noticed a bunch of compiliation
warnings about redefinition from size_t to __va__list.

I tracked it down a little big more and noticed the cause was
PHCO_21017.   It replaces a bunch of include file such as stdio.h,
ctype.h, and so forth.  __va__list is declared multiple times in
ctype.h, errno.h, malloc.h, pwd.h, stddef.h, stdio.h, stdlib.h, string.h,
time.h, utime.h, varargs.h, and wchar.h.  __size_t is also defined in all
of those files.  

Do you guys know of a resolution to this?

Thanks,
Sammy Yu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]