From: Newsgroups: comp.os.msdos.djgpp Subject: I now have another problem Date: Wed, 28 Nov 2001 16:47:22 -0000 Lines: 19 Message-ID: <9u34bb$343$1@news5.svr.pol.co.uk> NNTP-Posting-Host: modem-2791.buffalo.dialup.pol.co.uk X-Trace: news5.svr.pol.co.uk 1006965931 3203 217.134.74.231 (28 Nov 2001 16:45:31 GMT) NNTP-Posting-Date: 28 Nov 2001 16:45:31 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have managed to get rid of the error saying rename of myprog.00 to myprog.exe failed the error was : invalid argument (EINVAL) by adding LFN=y However know when i compile i get a message saying In file included from C:/DJGPP/lang.cxx/iostream.h:31 from hello.cpp:1: c:/DJGPP/include/streambuf.h:44: ios:no such file or directory (ENONET) In my include ditectory i have an ios.h though I did have an error the same as this but saying c:/DJGPP/include/iostream.h: streambuf.h: no such file or directory however I did hav a file called streambu.h, and i renamed this to streambuf.h but i now get this new error.