home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20277 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.2 KB  |  26 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!rpi!batcomputer!munnari.oz.au!bruce.cs.monash.edu.au!monu6!yoyo.cc.monash.edu.au!parry
  3. From: parry@yoyo.cc.monash.edu.au (Tom J Parry)
  4. Subject: Re: Newbie questions -- C++, PS printer 
  5. Message-ID: <1992Dec14.045045.17835@monu6.cc.monash.edu.au>
  6. Originator: parry@yoyo.cc.monash.edu.au
  7. Sender: news@monu6.cc.monash.edu.au (Usenet system)
  8. Organization: Monash University, Melb., Australia.
  9. References: <1992Dec14.003102.4687@cc.gatech.edu>
  10. Date: Mon, 14 Dec 1992 04:50:45 GMT
  11. Lines: 13
  12.  
  13. Ammo Goettsch (ammo@cc.gatech.edu) wrote:
  14. >2) I compiled tons of C code and some C++ code from work, by using g++. 
  15. >   Everything works fine except C++ program which use cout for standard output
  16. >   cannot find "cout" or operator<<(various types)" and so they don't link.
  17. >   Do I need to link a special library for this? I thought this stuff should be
  18. >   in libc.a? 
  19.  
  20. It should be in libg++.a, but it is not (in the g++ distribution that comes with
  21. SLS 0.98pl5). The includes are all there, but none of the iostream stuff is.
  22. libg++ must have been built wrongly...
  23. -- 
  24. Tom J Parry.
  25. Your reality is a figment of my imagination.
  26.