From: "A. Darrow" Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie frustration: headers not found Date: Wed, 13 Oct 1999 14:49:27 -0700 Organization: Posted via Supernews, http://www.supernews.com Lines: 36 Message-ID: References: <3804277B DOT 953BF90 AT hmc DOT edu> X-Complaints-To: newsabuse AT supernews DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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?