From: Jaime Spellings Newsgroups: comp.os.msdos.djgpp Subject: Re: Setup Problems Date: Sun, 24 Aug 1997 13:16:47 +0100 Organization: UUNet UK server (post doesn't reflect views of UUNet UK) Lines: 18 Message-ID: References: Reply-To: abn17 AT dial DOT pipex DOT com NNTP-Posting-Host: am157.du.pipex.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've tried various combinations of path statements, including no path statement at all and none of those combinations fix the problem with emacs as long as the "set DJGPP" statement is still in the autoexec.bat file. As soon as I comment out the "set DJGPP=c:/djgpp/djgpp.env" statement (and I've tried "/" and "\"), however, the emacs problem is solved. One other thing I've discovered is that RHIDE will compile my simple program fine--it will successfully find iostream.h in the c:\djgpp\lang\cxx\ subdirectory. Running compile from within emacs or using gcc at the DOS command line both give the following message: "iostream.h: No such file or directory (ENOENT)." Thanks again for any help.