Mail Archives: djgpp/1996/01/16/10:14:55
On 16 Jan 1996, Ryan Van Slooten wrote:
> In file included from hello.cc:1:
> e:/djgpp-v2/lang/cxx/iostream.h:31: streambuf.h: No such file or directory
> (ENOENT)
>
> For some unknown reason gcc isn't accepting any header files longer than
> the 8.3 dos limitation, so iostream and streambuf and all the rest are not
> being found. I realize this is probably a simple error and something I
> probably overlooked, but the problem only occurs in v2b4 C++ and not in
> v2b4 standard C or either v1.12m4.
From the DOS prompt type this:
set LFN=N
and then try compiling again. Did it work? If it did, tell us more
about your system configuration (what version of DOS? Windows? Win95?
what is disk E:? is it networked? etc.) and someone might have an
explanation of this misbehavior.
Beta4 introduced a full support for long file names; my guess is it is
the reason for your troubles.
- Raw text -