home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- 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
- From: parry@yoyo.cc.monash.edu.au (Tom J Parry)
- Subject: Re: Newbie questions -- C++, PS printer
- Message-ID: <1992Dec14.045045.17835@monu6.cc.monash.edu.au>
- Originator: parry@yoyo.cc.monash.edu.au
- Sender: news@monu6.cc.monash.edu.au (Usenet system)
- Organization: Monash University, Melb., Australia.
- References: <1992Dec14.003102.4687@cc.gatech.edu>
- Date: Mon, 14 Dec 1992 04:50:45 GMT
- Lines: 13
-
- Ammo Goettsch (ammo@cc.gatech.edu) wrote:
- >2) I compiled tons of C code and some C++ code from work, by using g++.
- > Everything works fine except C++ program which use cout for standard output
- > cannot find "cout" or operator<<(various types)" and so they don't link.
- > Do I need to link a special library for this? I thought this stuff should be
- > in libc.a?
-
- It should be in libg++.a, but it is not (in the g++ distribution that comes with
- SLS 0.98pl5). The includes are all there, but none of the iostream stuff is.
- libg++ must have been built wrongly...
- --
- Tom J Parry.
- Your reality is a figment of my imagination.
-