home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / lib / bug / 430 < prev    next >
Encoding:
Text File  |  1992-07-23  |  843 b   |  26 lines

  1. Newsgroups: gnu.g++.lib.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cygnus.com!bothner
  3. From: bothner@cygnus.com
  4. Subject: Re: losing compile on DEC5000 w/ g++2.2.2
  5. Message-ID: <9207202119.AA22898@cygnus.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. References: <9207202106.AA13580@rooney.fstrf.org>
  9. Distribution: gnu
  10. Date: Mon, 20 Jul 1992 07:19:03 GMT
  11. Approved: bug-lib-g++@prep.ai.mit.edu
  12. Lines: 12
  13.  
  14. > I have traced this to the macro expansion of va_arg in /usr/include/stdarg.h,
  15. > which looks like this:
  16.  
  17. You've installed gcc wrong.
  18. gcc/g++ should not be using /usr/include/stdarg.h.  You should use the
  19. GNU version of stdarg.h (whose source is gcc/gstdarg.h and gcc/va-*.h).
  20. This is supposed to be installed by the gcc install procedure in a place
  21. where gcc can fnd it.
  22.  
  23.     --Per Bothner
  24. Cygnus Support     bothner@cygnus.com
  25.  
  26.