Xref: news2.mv.net comp.os.msdos.djgpp:6014 From: frazer AT rtp DOT ericsson DOT se Newsgroups: comp.os.msdos.djgpp Subject: Need help compiling emacs19-31 with v2 Date: Mon, 15 Jul 1996 18:40:52 GMT Organization: Ericsson Inc. Lines: 46 Message-ID: <4sdok9$lch@cnn.exu.ericsson.se> References: NNTP-Posting-Host: pc340.rtp.ericsson.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am having problems compiling emacs-19.31 with djgpp v2. I got the sources off prep.ai.mit.edu, then executed: config --no-debug msdos followed by make install It built a bunch of targets OK, then bombed out during some final building stuff. Here is where I am at: C:\EMACS>make install cd lib-src c:/djgpp/bin/make.exe make.exe[1]: Entering directory `c:/emacs/lib-src' make.exe[1]: Nothing to be done for `all'. make.exe[1]: Leaving directory `c:/emacs/lib-src' cd .. cd src c:/djgpp/bin/make.exe make.exe[1]: Entering directory `c:/emacs/src' stubedit temacs.exe minstack=40k ../temacs -batch -l loadup dump Loading loadup... Using load-path (../lisp ../lisp) Loading subr... Symbol's value as variable is void: expressions\. make.exe[1]: *** [emacs] Error 255 make.exe[1]: Leaving directory `c:/emacs/src' make.exe: *** [src] Error 2 C:\EMACS> It seems to be having a problem with "../lisp/subr.el" so I poked around in there hoping for something obvious to do with "expressions\.", but no luck. Can someone help me? I am building under DOS 6.22 with 16M of memory. Thanks, Scott Frazer frazer AT rtp DOT ericsson DOT se