Mail Archives: cygwin/1996/11/22/20:29:45
I have searched the faq's and mailing archives for a solution to this
problem, all I can find is to explicitly give the compiler a pathname for
iostream.h
I am trying to compile the following program:
#include <iostream.h>
void main()
{
cout << "Hello World!\n";
}
I have installed gcc in the c:\usr directory. I have tried
-Ic:/usr/lib/g++-include with iostream.h in quotes in my program. It failed
to find it. I also have tried to explicitly specify the path to iostream.h
in my #include statement, but this also didn't work. Is there something i'm
missing?
Thanks in advance,
Brett Carter
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -