building xemacs on aix with system malloc instead of default gnu malloc

Thomas Mittelstaedt T.Mittelstaedt at cadenas.de
Mon Mar 17 12:06:38 EDT 2008


Hallo,

FYI
I successfully built xemacs with system malloc instead of the built-in 
gnu malloc via the following configure:

export LDR_CNTRL=MAXDATA=0x80000000
cd /localbuild/xemacs-21.5.28-latest/
./config.status --version
XEmacs config.status 21.5
configured by ./configure, generated by GNU Autoconf 2.61,
  with options "'--with-system-malloc' '--without-error-checking' 
'--with-late-packages=/usr/local/lib/xemacs' '--without-kkcc' 
'--with-pdump' '-C' 'CC=/opt/gcc-3.3.2/bin/gcc' 
'LDFLAGS=-Wl,-bmaxdata:0x80000000'"


I had to use pdump since otherwise the dumped xemacs would be about 280M 
in size and would not load.

thomas

P.S.: and it runs...
I also had to omit the build of ldap, since that module failed.



More information about the XEmacs-Beta mailing list