Date: Thu, 3 Feb 2000 11:52:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Sergei Severin cc: djgpp AT delorie DOT com Subject: Re: compilation errors In-Reply-To: <389926E3.73ABF15A@flash.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.