Date: Tue, 18 Mar 1997 14:35:27 +0300 (IDT) From: Eli Zaretskii To: Langhorne Carter Bond cc: djgpp AT delorie DOT com Subject: Re: Problem setting up Emacs with djgpp v2 In-Reply-To: <01bc3308$b3f0f800$732580d0@jgkmn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 17 Mar 1997, Langhorne Carter Bond wrote: > I working in MSDOS, trying to get djgpp v2 to work with the GNU dos emacs. > Actually, I can get djgpp to work fine, the problem is with setting up > emacs. After unzipping all the needed file(yes, I did use the correct flag > to unzip it with). The installation instrustructions stated to type "config > msdos", this went fine. Then you are suppose to type "make install" and > that is where everything crashes. I get the following output when I type > "make install": > > cd lib-src > d:/djgpp/bin/make.exe > make.exe[1]: Entering directory 'D:/djgpp/gnu/emacs/lib-src' > make.exe[1]:***No rule to make target 'test-distrib.C', needed by > 'test-distrib'. Stop. > make.exe[1]: Leaving directory 'D:/djgpp/Gnu/emacs/lib-src' > make.exe:***[lib-src] Error 2 Since you seem to have read the emacs.README file found near the Emacs zip files, I fail to understand why did you type "make install"? The emacs.README file (you can find it as README.dos after you unzip the package) never tells you to do that! You just unzip the files and begin using Emacs (type "emacs RET"), that's all. "config msdos: and "make install" are for building Emacs from sources, and you probably haven't download the source distribution. If you indeed want to rebuild Emacs, download em1934s1.zip before typing "make install". Otherwise, just use the emacs.exe that is provided.