home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / bugs / 153 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1022 b   |  46 lines

  1. Path: sparky!uunet!munnari.oz.au!spool.mu.edu!darwin.sura.net!newsserver.jvnc.net!netnews.upenn.edu!thumper.cis.upenn.edu
  2. From: hollick@thumper.cis.upenn.edu (Mike Hollick)
  3. Newsgroups: comp.sys.sgi.bugs
  4. Subject: C++ 3.0 Bug?
  5. Summary: something weird
  6. Keywords: iostream
  7. Message-ID: <106794@netnews.upenn.edu>
  8. Date: 27 Jan 93 14:45:27 GMT
  9. Sender: news@netnews.upenn.edu
  10. Organization: UPENN Computer Graphics Research Laboratory
  11. Lines: 32
  12. Nntp-Posting-Host: thumper.cis.upenn.edu
  13.  
  14.  
  15. Hello:
  16.  
  17. The following code compiles fine under C++ 2.1.1:
  18.  
  19. #include <iostream.h>
  20.  
  21. main()
  22. {
  23.     char a = 'a';
  24.     cout << a << '\n';
  25. }
  26.  
  27.  
  28. However, under C++ 3.0 I get errors:
  29.  
  30. /usr/bin/ld:
  31. Undefined:
  32. ostream::ls_complicated(char)
  33.  
  34.  
  35. I've tried linking with libC but I get the same problem.  Is this a
  36. bug, or do I need to link/include something new?  I've checked the
  37. release notes but saw nothing applicable.  Thanks for any help!
  38.  
  39.  
  40. --> Mike Hollick
  41. --- Systems Programmer
  42. --- University of Pennsylvania Computer Graphics Research Laboratory
  43.  
  44.  
  45.  
  46.