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: OSR 5.0.2 whoops



  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


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