Re: Need help building emacs with system malloc

2009-12-09 Thread Christopher Faylor
On Wed, Dec 09, 2009 at 10:52:02AM -0500, Ken Brown wrote: >Emacs by default uses its own malloc, but the emacs developers have >suggested that I try to build it so that it uses Cygwin's malloc. (See >http://lists.gnu.org/archive/html/emacs-devel/2009-12/threads.html#00369 >for the context if y

Re: Need help building emacs with system malloc

2009-12-09 Thread Dave Korn
Ken Brown wrote: > gcc-o temacs ecrt0.o dispnew.o frame.o scroll.o xdisp.o menu.o > window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o > term.o terminal.o xfaces.oemacs.o keyboard.o macros.o keymap.o > sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o >

Re: Need help building emacs with system malloc

2009-12-09 Thread Ken Brown
On 12/9/2009 10:52 AM, Ken Brown wrote: Emacs by default uses its own malloc, but the emacs developers have suggested that I try to build it so that it uses Cygwin's malloc. (See http://lists.gnu.org/archive/html/emacs-devel/2009-12/threads.html#00369 for the context if you're curious.) When