X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Tue, 23 Dec 2008 20:57:53 +0200 From: Eli Zaretskii Subject: Re: DJGPP port of Emacs 23 In-reply-to: <54147b32-ddd3-42d3-bf8b-a00dc9985a8a@k18g2000yqj.googlegroups.com> 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: Mon, 22 Dec 2008 22:50:29 -0800 (PST) > > 2). I guess you never got around to making SYSTEM_MALLOC auto-enabled > if Vista is detected via more sed trickery ("ver" returns 6.0.0000 for > Vista or 6.0.0001 for SP1). I decided not to bother for now, since building a binary on XP does not mean it will not have to run on Vista. Only the user who builds the binary knows whether she will or won't copy the package to a Vista machine later on. Since enabling SYSTEM_MALLOC is a build-time option (and doing that dynamically at run time, which is TRT, will have to wait for another rainy day), I decided for now to add a cheaper band-aid: there's a new option --with-system-malloc to the config.bat batch file, which will set up things for using SYSTEM_MALLOC. This change is already in CVS.