Robert Dodier writes:
>> 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
>
Probably it is good idea to to make test installation
somewhere in your home directory. Something like
./configure --prefix=/home/robert/maxima-test --enable-lang-es
-enable-lang-es-utf8
Replace /home/robert/maxima-test by any directory
for which you have full write access.
Hope this helps.
Best wishes,
Vadim
--
Vadim V. Zhytnikov
<vvzhy at mail.ru>
<vvzhy at netorn.ru>