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]

Re: OSR5.02 and whoops solved (?)


  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


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