X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP port of Emacs 23 Date: Wed, 31 Dec 2008 20:56:17 -0800 (PST) Organization: http://groups.google.com Lines: 23 Message-ID: References: <54147b32-ddd3-42d3-bf8b-a00dc9985a8a AT k18g2000yqj DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1230785777 18430 127.0.0.1 (1 Jan 2009 04:56:17 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 1 Jan 2009 04:56:17 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: v42g2000yqv.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id n0150Dec016884 Reply-To: djgpp AT delorie DOT com Hi, On Dec 31, 12:36 pm, Eli Zaretskii wrote: > > From: Rugxulo > > Date: Tue, 30 Dec 2008 20:25:57 -0800 (PST) > > > The basic commands seem to be "config.bat --with-system-malloc msdos", > > The --with-system-malloc option should not be needed, unless the > produced binary should work reasonably well on Vista.  On XP and > below, just "config msdos" will do. Now randomly (for some unknown reason) it doesn't seem to work at all for me on Vista. :-(( > > "make bootstrap", "make distclean", "make install CFLAGS=-gcoff -Os", > > etc. > > No need for "make bootstrap" anymore: with Emacs 23, just "make" will > DTRT.  If bootstrap is required (only once, after the initial checkout > from the CVS), "make" will do that automagically. Maybe I'll try again with 22.3 "stable", and see if that works.