desperately trying to build Maxima



>>>>> "Valerij" == Valerij Pipin <pip@iszf.irk.ru> writes:

    Valerij> On Sat, 11 May 2002 11:13:17 +0900
    Valerij> 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
    Valerij> This bug is likely to be caused by some sets on my locale.
    Valerij> By default makeinfo substitutes some cyrrillic words instead english ones, like Function and Variable
    Valerij> After "export LANG=C" and rebuilding, describe() start to work well.
    Valerij> Strange enough that cmucl did not meet this problem.

Probably because Clisp has support for unicode, but CMUCL believes
it's an ASCII (more or less) world.

Ray