Установить mpfr: попасть в несколько ошибок
Я хочу установить пакет mpfr от имени пользователя без полномочий root. Я построил это, используя это:
./configure --with-gmp-lib=/data/home/parisa/gmp-6.1.2/lib
, но после make я получил следующую ошибку
WARNING: 'makeinfo' is missing on your system.
You should only need it if you modified a '.texi' file, or
any other file indirectly affecting the aspect of the manual.
You might want to install the Texinfo package:
<http://www.gnu.org/software/texinfo/>
The spurious makeinfo call might also be the consequence of
using a buggy 'make' (AIX, DU, IRIX), in which case you might
want to install GNU make:
<http://www.gnu.org/software/make/>
make[1]: *** [mpfr.info] Error 127
make[1]: Leaving directory `/data/home/parisa/mpfr-3.1.5/doc'
make: *** [all-recursive] Error 1
Я искал эту ошибку в Интернете, но не смог найти что-то полезное и простое для понимания. Итак, я попытался установить texinfo, но после настройки появляется это предупреждение:
WARNING: 'aclocal-1.15' is missing on your system.
You should only need it if you modified 'acinclude.m4' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'aclocal' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [aclocal.m4] Error 127
Я тоже пробовал autoreconf -f -i
до настройки, но безуспешно. Я попытался использовать automake, установленный в нашем кластере, используя LD_LIBRARY_PATH, но опять ничего не изменилось.