From: mteagard AT indiana DOT edu (Mark Alan Teagarden) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP installation problems Date: 1 May 1998 21:31:51 GMT Organization: Indiana University, Bloomington Lines: 18 Message-ID: <6idf07$7ou$1@flotsam.uits.indiana.edu> References: <3549FAE4 DOT C945D31E AT lethe DOT nosc DOT mil> NNTP-Posting-Host: ezinfo.ucs.indiana.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Aaron Judd (judda AT lethe DOT nosc DOT mil) wrote: > Basically I get the cannot find "streambuf.h: No such file or directory > (ENOENT)", and I cant figure out why or how to fix it. This is in the FAQ, but I'll help you out because I just had this very problem yesterday and this will save you some time. The problem has to do with the way Win95 processes long file names. There are two things you need to do to solve this problem: 1) edit DJGPP.ENV so that lfn=y 2) go to the DOS prompt and enter the directory that contains lstcdxx.a. Copy, do not rename, this file to lstcdx.a, like this: copy lstcdxx.a lstcdx.a If you're using rhide, restart it. This should take care of your problem.