1

root 以外のユーザーとしてmpfrパッケージをインストールしたい。私はこれを使用してそれを構築しました:

./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ましたが、成功しませんでした。LD_LIBRARY_PATH を使用してクラスターにインストールされているautomakeを使用しようとしましたが、やはり何も変わりませんでした。

4

0 に答える 0