On 9/15/05, Alexey Mahotkin <squadette(a)gmail.com> wrote:
Here is Installation:
WARNING: --------------------------------------------------------------
WARNING: This was produced from a new autoconf-2.5 based configuration.
WARNING: If this configuration seems buggy then copy etc/configure-2.13
WARNING: to configure and try again. Also please report the bug.
WARNING: --------------------------------------------------------------
I tried to do as it says, but it does not recognize "--mc-alloc"
option that help mentions.
alexm@derby:~/src/xemacs-21.5.21$ ./configure
--prefix=/usr/local/xemacs-21.5 --with-mule --mc-alloc
./configure: Usage error:
Unrecognized option: --mc-alloc
Use `./configure --help' to show usage.
alexm@derby:~/src/xemacs-21.5.21$ ./configure --help | grep mc
--with-wmcommand=no Compile without realized leader window which will
combination with `mc-alloc'.
--mc-alloc Enable the new allocator. (EXPERIMENTAL)
When I edit src/config.h and turn on MC_ALLOC, it says:
abbrev.o: In function `syms_of_abbrev':
/home/alexm/src/xemacs-21.5.21/src/abbrev.c:410: undefined reference
to `mc_alloc'
and so on.
--alexm