OSR5.02 and whoops solved (?)

Jeffrey A Law law@cygnus.com
Wed Nov 12 10:33:00 GMT 1997


  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



More information about the Gcc mailing list