home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / windows / intervie / 3229 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.7 KB  |  36 lines

  1. Newsgroups: comp.windows.interviews
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!darwin.sura.net!sgiblab!cs.uoregon.edu!news.uoregon.edu!news.u.washington.edu!stein.u.washington.edu!barr
  3. From: barr@stein.u.washington.edu (David Barr)
  4. Subject: more problems compiling 3.1b3 with gcc 2.3.1
  5. Message-ID: <1992Nov20.221059.3904@u.washington.edu>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: University of Washington
  8. Date: Fri, 20 Nov 1992 22:10:59 GMT
  9. Lines: 25
  10.  
  11. Here's a sample of the error messages I'm getting now:
  12.  
  13. g++   -O   -Dcplusplus_2_1 -Div2_6_compatible -Dsigned= -Dvolatile= -DLANGUAGE_C
  14.   -I../../../.././src/include/IV-2_6 -I../../../.././src/include  -I/usr2/local/
  15. lib/g++-include  -c ../ibmenu.c
  16. In file included from /usr2/local/lib/g++-include/stream.h:7, from ../ibmenu.c:6
  17. 3:
  18. /usr2/local/lib/g++-include/iostream.h:53: `class ostream& ostream::write (const
  19.  char *, int)' is already defined in class ostream
  20. /usr2/local/lib/g++-include/iostream.h:102: `class istream& istream::get (char &
  21. )' is already defined in class istream
  22. /usr2/local/lib/g++-include/iostream.h:107: `class istream& istream::read (char
  23. *, int)' is already defined in class istream
  24. /usr2/local/lib/g++-include/iostream.h:193: `class istream& iostream::get (char
  25. &)' is already defined in class iostream
  26. /usr2/local/lib/g++-include/iostream.h:200: `class istream& iostream::read (char
  27.  *, int)' is already defined in class iostream
  28. /usr2/local/lib/g++-include/iostream.h:242: `class ostream& iostream::write (con
  29. st char *, int)' is already defined in class iostream
  30. make[5]: *** [ibmenu.o] Error 1
  31.  
  32. It looks like istream.h and ostream.h include stream.h and stream.h includes
  33. iostream.h.  Is it my gcc headers that are screwed up?
  34.  
  35. David
  36.