[13873] in Athena Bugs
sun4 7.7T: stdio.h, va_list.h
daemon@ATHENA.MIT.EDU (Arthur E Housinger)
Sun Sep 24 08:44:12 1995
To: bugs@MIT.EDU, gnu@MIT.EDU
Date: Sun, 24 Sep 1995 08:44:00 EDT
From: Arthur E Housinger <mouse@MIT.EDU>
System name: afterburner
Type and version: SPARC/5 7.7T
Display type: cgthree
What were you trying to do?
Actually, this is a bug report from an OLC question. I've looked into
where the problem is, and I thought that I should send this note. The
user was trying to compile a program that include-ed stdio.h.
What's wrong:
/mit/cygnus-95q3/rsaix/lib/gcc-lib/rs6000-ibm-aix3.2.5/2.6-95q3/include/stdio.h:219: va_list.h: No such file or directory
What should have happened:
Well, I'm assuming that va_list.h should exist in that same directory.
I notice that it does in /usr/include.
Please describe any relevant documentation references:
I did some searching in /mit/gnu (yeah, it's not a full path). I found
that the same error exists in /mit/gnu in only certain versions of
stdio.h. For example, the stdio.h in /mit/gnu/src doesn't include
va_list. However,
/mit/gnu/.build/rs_aix32/gcc-2.7.0-bounds/include/stdio.h and
/mit/gnu/arch/rs_aix32/lib/gcc-lib/rs6000-ibm-aix3.2.5/2.7.0/include/stdio.h
do have the "#include <va_list.h>" line. I also notice that NOWHERE in
cygnus or gnu does va_list.h exist.