Try installing libstdc++-devel-2.x.xmdk.i586.rpm
|-----------------------------------------------------------------------|
Stylianos Koutrakis
Department of Geophysics
School of Geology
Aristotelio University of Thessaloniki
540 06 Thessaloniki
Makedonia, Greece
-------------------------------
E-MAIL : [EMAIL PROTECTED]
Phone : +30 31 998536
FAX : +30 31 998528
|-----------------------------------------------------------------------|
On Wed, 2 Feb 2000, Britt Selvitelle wrote:
> Another question.
>
> I am currently in a computer science class that uses g++ to compile programs.
> Now I want to compile some of these programs localy on my computer so I don't
> have to remotely log into their linux box to do my work. I tried a test
> program that looked like this
>
> #include<iostream.h>
>
> int main()
> {
> cout << "This is a test";
> return 0;
> }
>
> and when I do g++ test.cc -o test
> I get this error
> test.cc:1: iostream.h: No such file or directory
> What file libraries/rpms am I missing? Obviously, the compiler can't find the
> iostream.h header file. Thanks in advance.
>
> Britt
>
>