Message-Id: <199910140528.IAA15936@ankara.Foo.COM> From: "S. M. Halloran" Organization: User RFC 822- and 1123-compliant To: djgpp AT delorie DOT com Date: Thu, 14 Oct 1999 09:35:06 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Newbie frustration: headers not found X-mailer: Pegasus Mail for Win32 (v3.12) Reply-To: djgpp AT delorie DOT com On 13 Oct 99, A. Darrow was found to have commented thusly: > Eli Zaretskii wrote in message > news:Pine DOT SUN DOT 3 DOT 91 DOT 991013121344 DOT 16702b-100000 AT is... > > > > "A. Darrow" wrote: > > > > > > Now matter what I do: > > > > > > C:/djgpp/lang/cxx/iostream.h:31:streambuf.h:No such file or directory > > > (ENOENT) > > > > > > I'm not sure I understand whether both files are unrecognized or both. > Only > > > streambuf.h exceeds the 8+3 DOS file naming length which I am assuming > is > > > the problem. > > > > This assumption is correct. The first file name shows you where the > > problem was detected: in file iostream.h, on line 31. > > > > > since I can use Norton Diskedit (A DOS mode program) and read > > > iostream.h/streambuf.h > > > in LFN entries, although I'm not sure that proves anything. > > > > This proves that the long file names are there, but it doesn't say > > whether DJGPP programs can see them. > > > > Please try typing "set LFN=y" from the command line in the same DOS box > > where you run the compiler, and after that try compiling again. > > > > If the problem goes away now, it means that something's wrong with your > > setup that prevents DJGPP from turning on its LFN support. > > Did not work, so I guess my LFN system is screwed up > somehow. Do you have another suggestion? Do the following: cut & paste the entire output of the three following commands entered in a DOS box: C:\>type \autoexec.bat C:\>set C:\>ver From that an output, a useful answer about what you can do to get your system to work or to improve it may follow.