DLL version 1.1.7: Problems with iostream.h

Chris Antcliff aguarious2@hotmail.com
Wed Jan 24 19:48:00 GMT 2001


Running windows 2000 final build no services packs, when trying to compile a 
simple hello world program

#include <iostream.h>

int main()
{
cout <<"Hello, World!";
return 0;
}


the error I get when  doing "gcc hello.c" is

In file included from hello.c:1:
/usr/include/iostream.h:31 streambuf.h: no such file or directory

now after some research among friends they have no problems, but they also 
run under win9x. Has this come up before?
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


More information about the Cygwin mailing list