Date: Sun, 10 Dec 2000 10:01:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: cryptopo cc: djgpp AT delorie DOT com Subject: Re: cannot file include In-Reply-To: <90ura5$17v6@r02n01.cac.psu.edu> 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 Sat, 9 Dec 2000, cryptopo wrote: > #include > int main { return 0; } > > compilers complains cannot find streambuf.h Please post the complete command line you used to compile this, and the exact text of the error message(s) printed by the compiler. > and another question is when I try to compile from gnu emacs (on windows), > it says cannot load file compile. Emacs looks for the file compile.elc or compile.el. They should be in your lisp subdirectory. What version of Emacs is that, and what zip files did you download to install it?