Haan Eric wrote:
> >>From what I can tell, the g++ command has been removed
> and merged with gcc, which I guess does both c and
> c++. The name of the above program is hello.cc I
> have tried to compile this by typing in:
>
> gcc hello.cc
>
> but all I get is:
>
> hello.cc:1: iostream.h: No such file or directory.
You need to install more RPMs off the Mandrake CD.
My box is Mandrake 7.1, and I use C++ on it often. This is where g++,
c++, and iostream.h came from on mine.
vaio ~> rpm -qf `which c++` `which g++` `locate iostream.h` | sort -u
egcs-c++-1.1.2-28mdk
gcc-c++-2.95.2-7mdk
libstdc++-devel-2.95.2-7mdk
pgcc-c++-1.1.3-3mdk
So install those RPMs off the Mandrake CD. Maybe others, too.
--
K<bob>
[EMAIL PROTECTED], http://www.jogger-egg.com/