Mail Archives: djgpp/2000/02/03/05:51:32
On Thu, 3 Feb 2000, Sergei Severin wrote:
> In file included from c:/djgpp/lang/cxx/std/bastring.h:39,
> from c:/djgpp/lang/cxx/string:6,
> from test.cpp:1:
> c:/djgpp/lang/cxx/alloc.h:18: stl_config.h: No such file or directory
> (ENOENT)
> c:/djgpp/lang/cxx/alloc.h:21: stl_alloc.h: No such file or directory
> (ENOENT)
All of the header files for which you see error messages exceed the DOS
8+3 limits for file names (NT doesn't let DJGPP programs to access long
file names, like Windows 9X does). So I'm guessing that you unzipped the
distribution with some Windows program, like WinZip, and that is the
cause of your trouble.
The easiest way out of this problem is to delete the entire DJGPP
installation and unzip the files again, this time using an appropriate
unzip program. I recommend unzip32.exe which is available from the same
place where you downloaded DJGPP.
This is all in the FAQ, btw (v2/faq230b.zip). I suggest to look in the
FAQ whenever you have problems, because most of them are already solved
there. This particular problem is covered in section 8.3; the detailed
installation instructions are in chapter 1.
- Raw text -