$ tar xvfz librep-0.11.1.tar.gz $ cd librep-0.11.1 $ ./configure --with-readline (snip) checking for limits.h... yes checking for argz.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for sys/param.h... yes checking for mpz_init in -lgmp... no configure: error: Can't find libgmp |
$ ./configure --with-readline $ make ./build-info i586-pc-linux-gnu 0.11.1 \ '/usr/local/share/rep' '/usr/local/share/rep/0.11.1/lisp' \ '/usr/local/libexec/rep/0.11.1/i586-pc-linux-gnu' \ '/usr/local/share/rep/0.11.1/DOC' '/usr/local/libexec/rep/i586-pc-linux-gnu' >build.h /bin/sh ./rules.mk.sh '/usr/local/share/rep' \ '/usr/local/libexec/rep/i586-pc-linux-gnu' '/usr/local/share/rep/0.11.1/DOC' >rules.mk ( cd src && make repdoc ) make[1]: Entering directory `/usr/local/src/librep-0.11.1/src' Makefile:239: .continuations.d: そのようなファイルやディレクトリはありません Makefile:239: .debug-buffer.d: そのようなファイルやディレクトリはありません Makefile:239: .files.d: そのようなファイルやディレクトリはありません Makefile:239: .find.d: そのようなファイルやディレクトリはありません Makefile:239: .lisp.d: そのようなファイルやディレクトリはありません Makefile:239: .lispcmds.d: そのようなファイルやディレクトリはありません Makefile:239: .lispmach.d: そのようなファイルやディレクトリはありません (snip) |
$ make check make: *** No rule to make target `check'. Stop. |
$ su # make install # exit |
repdir=/usr/local/share/rep ~~~~~~~~~~~~~~~~~~~~修正 (/var/tmp/package を削除) repexecdir=/usr/local/libexec/rep/i586-pc-linux-gnu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~修正 (/var/tmp/package を削除) repdocfile=/usr/local/share/rep/0.11.1/DOC ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~修正 (/var/tmp/package を削除) |