From: nospam AT 127 DOT 0 DOT 0 DOT 1 (Xenon) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Q: Error: streambuf.h No such file or directory (ENOENT) Date: Mon, 31 Aug 1998 06:25:15 GMT Organization: PIRONET News-System Lines: 22 Message-ID: <35ea410c.25151483@news.piro.net> References: <9A37E7FDFF4FEAAD DOT A44B48F205245D67 DOT ED02872E63C10912 AT library-proxy DOT airnews DOT net> Reply-To: nonex AT hotmail DOT com NNTP-Posting-Host: news.piro.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Date: 31 Aug 1998 06:25:14 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Sun, 30 Aug 1998 21:06:58 -0500, "Mike T Frizzell" wrote: >update #2 >Oops, the new error message after uding "rhide -y" is >Error: e:/djgpp/bin/ld.exe: cannot open - lstdcx: No such file or directory >I'm searching for a thread that refers to > Hi ! I've had similiar problems and I think they all have to do with LongFileNames ... the easiest sollution would be to go to djgpp\lib and copy the file libstdcx.a to libstdcxx.a (or vice versa) - the same with the streambuf.h from/to streambu.h file in djgpp\lang\cxx XeNoN PS: I'm not sure if that problem would be fixed by a simple set LFN=n or y - but the copy method works fine for me...