Date: Mon, 25 Aug 1997 11:35:30 +0300 (IDT) From: Eli Zaretskii To: Jaime Spellings cc: djgpp AT delorie DOT com Subject: Re: Setup Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 23 Aug 1997, Jaime Spellings wrote: > (1) EMACS seemed to work fine until I added the line in my > autoexec.bat to set the variable DJGPP. Now nothings happens when I > try to run EMACS. DJGPP.ENV by default disables the long filenames support, and Emacs on Windows 95 will not be able to find some of its files without it. Set LFN=y in the environment and Emacs should work again. > (2) Also, I cannot get GCC to find the C++ headers. It finds C > headers (I tried stdio.h) but not iostream.h. Does this problem persist when you set the DJGPP environment variable?