home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!munnari.oz.au!spool.mu.edu!darwin.sura.net!newsserver.jvnc.net!netnews.upenn.edu!thumper.cis.upenn.edu
- From: hollick@thumper.cis.upenn.edu (Mike Hollick)
- Newsgroups: comp.sys.sgi.bugs
- Subject: C++ 3.0 Bug?
- Summary: something weird
- Keywords: iostream
- Message-ID: <106794@netnews.upenn.edu>
- Date: 27 Jan 93 14:45:27 GMT
- Sender: news@netnews.upenn.edu
- Organization: UPENN Computer Graphics Research Laboratory
- Lines: 32
- Nntp-Posting-Host: thumper.cis.upenn.edu
-
-
- Hello:
-
- The following code compiles fine under C++ 2.1.1:
-
- #include <iostream.h>
-
- main()
- {
- char a = 'a';
- cout << a << '\n';
- }
-
-
- However, under C++ 3.0 I get errors:
-
- /usr/bin/ld:
- Undefined:
- ostream::ls_complicated(char)
-
-
- I've tried linking with libC but I get the same problem. Is this a
- bug, or do I need to link/include something new? I've checked the
- release notes but saw nothing applicable. Thanks for any help!
-
-
- --> Mike Hollick
- --- Systems Programmer
- --- University of Pennsylvania Computer Graphics Research Laboratory
-
-
-
-