This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: OSR 5.0.2 whoops
- To: "Bill Walker" <bw at student dot ecok dot edu>
- Subject: Re: OSR 5.0.2 whoops
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 11 Nov 1997 15:21:06 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0xVOFM-0001RhC@student.ecok.edu>you write:
> Jeffrey A Law writes:
> I configured at the top level, then changed directory to gcc.
> There, I
>
> make CFLAGS="" LANGUAGES=c
> make stage1
> make CC="stage1/xgcc -Bstage1/" CFLAGS=""
>
> all of which was successful.
>
> I then changed directory back to the top level, and typed
>
> make CFLAGS=""
>
> That is when I got the complaint about va_list. Looks like it
> was trying to build the g++ libraries at the time. I had trouble in
> libraries/libio specifically, and in a couple of other places.
Hmmm. First I would suggest
make bootstrap
Instead of too much moving around between directories.
Anyway, this would seem to be an egcs bug of some kind.
Can you compile the offending file with -save-temps and send
us the resulting output? That will tell us exactly what
stdarg/varargs you're picking up.
Also, make sure that nobody's put a stdarg/varargs.h into
/usr/local/include.... gcc will search there before any
of its private directories.
jeff