X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Wed, 31 Dec 2008 20:36:18 +0200 From: Eli Zaretskii Subject: Re: DJGPP port of Emacs 23 In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: References: <54147b32-ddd3-42d3-bf8b-a00dc9985a8a AT k18g2000yqj DOT googlegroups DOT com> 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 > 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. > "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.