desperately trying to build Maxima



On Sat, 11 May 2002 11:13:17 +0900
Valerij Pipin <vpipin@irk.ru> wrote:

> On Sat, 11 May 2002 00:17:22 +0400
> "Vadim V. Zhytnikov" <vvzhy@mail.ru> wrote:
> <skiped>
> > > Info from file /usr/local/info/maxima.info:
> > > *** - SBIT: index 1060 for #*0000000000001000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 is out of range
> > > 1. Break [1]> :q
This bug is likely to be caused by some sets on my locale.
By default makeinfo substitutes some cyrrillic words instead english ones, like Function and Variable
After "export LANG=C" and rebuilding, describe() start to work well.
Strange enough that cmucl did not meet this problem.