X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Ognyan Kulev" Newsgroups: comp.os.msdos.djgpp Subject: Re: Emacs 21.4a Date: 17 Mar 2005 05:47:11 -0800 Organization: http://groups.google.com Lines: 32 Message-ID: <1111067231.228244.154740@f14g2000cwb.googlegroups.com> References: <1110992417 DOT 515321 DOT 24950 AT g14g2000cwa DOT googlegroups DOT com> <01c52a63$Blat.v2.4$8b3bad00 AT zahav DOT net DOT il> NNTP-Posting-Host: 62.44.101.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1111067239 10069 127.0.0.1 (17 Mar 2005 13:47:19 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 17 Mar 2005 13:47:19 +0000 (UTC) In-Reply-To: <01c52a63$Blat.v2.4$8b3bad00@zahav.net.il> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=62.44.101.19; posting-account=n82ULAwAAAClr0Hs9uZvK4CPP5iAfp88 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Eli Zaretskii wrote: > Bad idea. The right way to do that is to compile _without_ LFN=n, > i.e. normally, and then create a zip archive of the built Emacs and > unzip it on plain DOS. OK, I wiped out Emacs and start from beginning, without touching LFN. > > The next error is: > > > > gcc -c -Demacs -DHAVE_CONFIG_H -I. -I. -O2 -gcoff keyboard.c > > c:/djgpp/tmp/ccGYquUe.s: Assembler messages: > > c:/djgpp/tmp/ccGYquUe.s:26262: Fatal error: C_EFCN symbol out of scope > > It is small wonder you get compilation errors: setting LFN=n totally > destroys the source tree, unless you are on plain DOS. I'm surprised > you got as far as compiling keyboard.c. > > Bottom line: unset LFN=n and build normally. (It's possible that by > now, the effects of LFN=n have propagated further, so your best bet is > to remove the entire Emacs source tree, then unpack the .tar.gz file > anew, and try building from scratch.) Without touching LFN, I got (again) to the above error about C_EFCN :-( Any ideas how to continue? Regards, ogi