Date: Tue, 24 Sep 1996 09:26:35 +0200 (IST) From: Eli Zaretskii To: James Gaba Cc: djgpp AT delorie DOT com Subject: Re: emacs arch-dependencies In-Reply-To: <5240cc$k28@dfw-ixnews6.ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 22 Sep 1996, James Gaba wrote: > during compilation, i'll get messages like > > Warning: arch-dependent data dir (c:\) does not exist This is normal behavior when you build Emacs on MSDOS. > also, after compilation, i copy c:\emacs-19.34\src\emacs to emacs.exe and then > try to run it but it tells me that the program is too big to fit in memory so > i'll do a > > stubify emacs > stubedit emacs.exe minstack=512k > > after this i try to run emacs but it doesn't do anything. it just returns to > the command prompt. does anyone know what's wrong? thanks. Yes, you didn't build Emacs like the INSTALL file tells. You should invoke Make like so: make install and not just "make". The `install' target creates the bin/ subdirectory, stubifies Emacs and moves it to bin/. After that, Emacs should work.