I'm not an expert programmer, but isn't the header file you want "iostream.h"
and not "streamio.h"? I could be wrong and all, but I've never seen streamio
and I can't find it on my system even though I installed everything even
remotely related to development.


> When I installed Madrake 7, I chose my primary use would be developer.  It
> seemed to have installed all my libraries I need (I thought).  I compiled
> xmms, kxicq, and BitchX.
> 
> All 3 applications were written in C I believe.  However, I cannot compile
> any C++ programs.  Not even the simplest:
> 
> #include <streamio.h>
> int main() { cout << "hello world"; return 1; }
> 
> [quency95@xena quency95]$ gcc test.c
> test.c:1: streamio.h: No such file or directory
> 
> Ok so I dont have c++ libraries installed?
> 
> [quency95@xena quency95]$ rpm -q gcc-c++
> gcc-c++-2.95.2-3mdk
> [quency95@xena quency95]$ rpm -q libstdc++-devel                     
> libstdc++-devel-2.95.2-3mdk
> [quency95@xena quency95]$ rpm -q libstdc++                     
> libstdc++-2.95.2-3mdk
> 
> 
> Should I be checking for anything else?
-- 
Anthony Huereca
http://m3000.1wh.com
Press any key to continue and any other key to quit

Reply via email to