Sender: nate AT cartsys DOT com Message-ID: <36FFDC51.B17B7C0E@cartsys.com> Date: Mon, 29 Mar 1999 12:02:25 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.3 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Can you please help References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Karagiannis, Mike P., Mr., DAPE wrote: > > When attempting to compile a simple C++ program that includes the iostream.h > header I am unable to create an exacutable. The error reads streambuf.h no > such file or directory (ENOENT). I have no other problems with DJGPP and I > am running it on both a Win98 and Winnt box with the same results. I have > LFN on and I am able to generate a .o file. I can also do other C++ > functions. including runn anything off the Allegro library. Can you please > help. Thanx First, see FAQ section 8.2. For Win98, you need to unzip with Winzip or other LFN-ized extractor, and be sure LFN=y if you use DJGPP v2.01. For NT, *do not* unzip with Winzip; use a non-LFN extractor like PKUNZIP. LFNs don't work under NT. If they're the same box, see FAQ section 22.18. -- Nate Eldredge nate AT cartsys DOT com