From: parry@yoyo.cc.monash.edu.au (Tom J Parry) Subject: Re: Newbie questions -- C++, PS printer Date: Mon, 14 Dec 1992 04:50:45 GMT
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.