From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Djgpp will run with WIN98? Date: Sun, 30 Jan 2000 10:18:00 +0200 Organization: NetVision Israel Lines: 33 Message-ID: References: NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 949220469 19609 199.203.121.2 (30 Jan 2000 08:21:09 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 30 Jan 2000 08:21:09 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Sat, 29 Jan 2000, bertram wrote: > In file included from hello.cpp:1: > c:/djgpp/lang/cxx/iostream.h:31: streambuf.h: > No such file or directory (ENOENT) Most probably, you have a problem with long file names (streambuf.h exceeds the DOS 8+3 limits on file names). See section 8.3 of the FAQ for solutions. > Now, I know this is probobly telling me that my path statement is not a > right. No, it tells you it couldn't find the header streambuf.h. Finding header files has nothing to do with PATH. > Is the message telling me that both iostream.h and streambuf.h are > missed? No, it says that only streambuf.h is missing. > what does the 31 mean? It's the line number in iostream.h where it wanted to include streambuf.h >>flash<< I just read and implemented the longfilename > enable recomendation set lfn=y. I recompiled hello world and got an error > message one country mile long, 'undefined reference to ''xxxx" '. > Is this progress? Yes, this is progress, but please keep looking in the FAQ for the solutions to these new problems as well.