home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / bugs / 152 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.2 KB  |  44 lines

  1. Newsgroups: comp.sys.sgi.bugs
  2. Path: sparky!uunet!ukma!asuvax!ncar!noao!noao.edu!rooke
  3. From: rooke@noao.edu (Steve Rooke)
  4. Subject: Re: C++ 3.0 Bug?
  5. Message-ID: <1993Jan28.011117.13859@noao.edu>
  6. Keywords: iostream
  7. Sender: news@noao.edu
  8. Nntp-Posting-Host: packrat.tuc.noao.edu
  9. Reply-To: rooke@noao.edu
  10. Organization: self organized :-)
  11. References:  <106794@netnews.upenn.edu>
  12. Date: Thu, 28 Jan 1993 01:11:17 GMT
  13. Lines: 29
  14.  
  15. In article <106794@netnews.upenn.edu>, hollick@thumper.cis.upenn.edu (Mike Hollick) writes:
  16. > [...]
  17. >The following code compiles fine under C++ 2.1.1:
  18. >
  19. >#include <iostream.h>
  20. >main()
  21. >{
  22. >    char a = 'a';
  23. >    cout << a << '\n';
  24. >}
  25. >
  26. >However, under C++ 3.0 I get errors:
  27. >
  28. >/usr/bin/ld:
  29. >Undefined:
  30. >ostream::ls_complicated(char)
  31. >
  32. >--> Mike Hollick
  33.  
  34. I had exactly this problem when I first received C++ 3.0, under IRIX 4.0.1.
  35. It was due to having an incompatible version of libC.a, which is not included
  36. on the C++ 3.0 distribution, but rather is part of IDO (dev.sw.libC).
  37. When the next 4.0.XXX CD arrived, it updated libC.a, and the problem went
  38. away.
  39.  
  40. ==> IDO 4.1 is required for C++ 3.0.
  41.  
  42. -- 
  43. Steve Rooke  (Internet:  rooke@noao.edu  or UUCP:  uunet!noao.edu!rooke)
  44.