Hi Vadim,
> Please try the following
> ./configure --enable-lang-es --enable-lang-es-utf8
> LANG=C make
> LANG=C make install
I find that make is successful. make install appears to
get most of the way through the installation and then fails with this:
/usr/bin/install -c -m 644 ./maxima_toc.html
/usr/local/share/maxima/5.9.2.24cvs/doc/html/es/maxima_toc.html
test -z "/usr/local/info/es" || "/usr/local/info/es"
/bin/sh: line 1: /usr/local/info/es: No such file or directory
make[4]: *** [install-info-am] Error 127
If I do sudo mkdir /usr/local/info/es and run make install again,
it fails with
/usr/bin/install -c -m 644 ./maxima_toc.html
/usr/local/share/maxima/5.9.2.24cvs/doc/html/es/maxima_toc.html
test -z "/usr/local/info/es" || "/usr/local/info/es"
/bin/sh: line 1: /usr/local/info/es: is a directory
make[4]: *** [install-info-am] Error 126
Sorry I can't be more helpful,
Robert