Date: Wed, 9 Aug 2000 08:34:09 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Christian Jansen cc: djgpp AT delorie DOT com Subject: Re: DJGPP neither running on ms-dos 6.2 nor on caldera-dos 7.03 In-Reply-To: <8mq6n6$6gu8v$1@ID-16903.news.cis.dfn.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 9 Aug 2000, Christian Jansen wrote: > When I try to compile a program, I successfully compiled > with under Win98, he tells me something about missing files (streambuf.h). > I guess it's because of the filename, which was shorted to streambu.h Did you unzip the distribution on Windows? If so, I think you will find that streambuf.h is shortened to stream~1.h, not to streambu.h. The latter would have worked in plain DOS mode. > but I've also set +LFN=N, so it should work, shouldn't it? Setting LFN has no effect on DOS, only on Windows. What you want, or so it seems, is a dual-boot system where you can compile and run programs both in plain DOS and on Windows. If so, the DJGPP FAQ explains how to set up such a system in section 22.19.