Mail Archives: djgpp/2000/08/17/06:22:24
> From: r_seshadri AT vsnl DOT com
> Date: Thu, 17 Aug 2000 13:35:20 GMT
>
> When I tried to compile a file hello1234.cpp using gxx
> (or gcc), I got the error that "hello1234.cpp file not
> found (ENOENT)". I renamed it as hello.cpp and voila,
> things were OK.
You don't say what OS are you using DJGPP on. If it's Windows NT,
then this is expected: DJGPP programs cannot see long file names on
NT, only on Windows 9X and Windows 2000.
> However, if I included <streambuf.h> either explicitly
> in my source file or implicitly (through iostream.h, for
> example), I get the same error ENOENT.
If you are using NT, remove the entire DJGPP installation and unzip
everything again, this time using the program unzip32.exe that is
available from the same place where you downloaded DJGPP.
The file README.1ST explains how to install DJGPP correctly on each
OS.
- Raw text -