Mail Archives: djgpp/1999/10/20/09:38:50
Seshu (sparvata AT csc DOT UVic DOT CA) wrote:
: Hi,
: I've just finished installing the djgpp compiler and wrote a typical
: Hello World porgram and I got this error:
: In file included from main.cpp:1:
: c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: No such file or directory
: (ENOENT)
: when compiled with gcc main.cpp or gxx main.cpp
: I've read the faq which exactly explains about his problem and I
: installed the compiler once again but of no use. I tried it once again and
: then too I had the same problem.
: //main.cpp
: #include <iostream.h>
: int main() {
: cout << "Hello World!!!" << endl;
: return (0);
: }
: Any help would be greatly appreciated.
: Seshu
: BTW: I'm running it on Windows NT.
That's your problem: NT does not provide LFNs to DOZE programs.
Right,
MartinS
- Raw text -