home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!cis.ohio-state.edu!cygnus.com!bothner
- From: bothner@cygnus.com
- Subject: Re: losing compile on DEC5000 w/ g++2.2.2
- Message-ID: <9207202119.AA22898@cygnus.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- References: <9207202106.AA13580@rooney.fstrf.org>
- Distribution: gnu
- Date: Mon, 20 Jul 1992 07:19:03 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 12
-
- > I have traced this to the macro expansion of va_arg in /usr/include/stdarg.h,
- > which looks like this:
-
- You've installed gcc wrong.
- gcc/g++ should not be using /usr/include/stdarg.h. You should use the
- GNU version of stdarg.h (whose source is gcc/gstdarg.h and gcc/va-*.h).
- This is supposed to be installed by the gcc install procedure in a place
- where gcc can fnd it.
-
- --Per Bothner
- Cygnus Support bothner@cygnus.com
-
-