This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: OSR5.02 and whoops solved (?)
- To: "Bill Walker" <bw at student dot ecok dot edu>
- Subject: Re: OSR5.02 and whoops solved (?)
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 12 Nov 1997 11:31:02 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0xVggb-0000O5C@student.ecok.edu>you write:
>
> The problem I am having with OSR 5.0.2 getting va_list defined wrongly
> seems to be due to the existence of an _old_ gcc 2.7.2.1 on the system I am
> making egcs on. That gcc has a varargs.h file that is being
> picked up by the top level "make bootstrap". The top level "make bootstrap"
> is using that old gcc as the native compiler.
Hmmm, if the problem is just during the stage1 build you might be able to
do something like
setenv CC /bin/cc (or some other non-broken compiler)
configure
make bootstrap
make install
jeff