[13875] in Athena Bugs
Re: sun4 7.7T: stdio.h, va_list.h
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Sep 24 12:21:37 1995
To: Arthur E Housinger <mouse@MIT.EDU>
Cc: bugs@MIT.EDU, gnu@MIT.EDU
In-Reply-To: Your message of "Sun, 24 Sep 1995 08:44:00 EDT."
<9509241244.AA25692@afterburner.MIT.EDU>
Date: Sun, 24 Sep 1995 12:22:28 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> Well, I'm assuming that va_list.h should exist in that same
> directory. I notice that it does in /usr/include.
gcc does not maintain a complete private set of include files; it does
rely on /usr/include having a set.
I had no trouble compiling a program which #included <stdio.h> on an
RS6000 using either gnu or cygnus gcc. Before I can make any
observations about this problem, I need a sample program that ought to
compile but doesn't.