Guest User

Untitled

a guest
Dec 9th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. 1. `cd' to the directory containing the package's source code and type
  2. `./configure' to configure the package for your system. If you're
  3. using `csh' on an old version of System V, you might need to type
  4. `sh ./configure' instead to prevent `csh' from trying to execute
  5. `configure' itself.
  6.  
  7. Running `configure' takes awhile. While running, it prints some
  8. messages telling which features it is checking for.
  9. 2. Type `make' to compile the package.
  10.  
  11. 3. Optionally, type `make check' to run any self-tests that come with
  12. the package.
  13.  
  14. 4. Type `make install' to install the programs and any data files and
  15. documentation.
  16.  
  17. [root@localhost mecab-naist-cdic-1.1.1-20120823]# make
  18. cd . && /bin/sh /root/デスクトップ/mecab-naist-cdic-1.1.1-20120823/missing --run aclocal-1.10
  19. /root/デスクトップ/mecab-naist-cdic-1.1.1-20120823/missing: 行 52: aclocal-1.10: コマンドが見つかりません
  20. WARNING: `aclocal-1.10' is missing on your system. You should only need it if
  21. you modified `acinclude.m4' or `configure.in'. You might want
  22. to install the `Automake' and `Perl' packages. Grab them from
  23. any GNU archive site.
  24. cd . && /bin/sh /root/デスクトップ/mecab-naist-cdic-1.1.1-20120823/missing --run automake-1.10 --gnu
  25. /root/デスクトップ/mecab-naist-cdic-1.1.1-20120823/missing: 行 52: automake-1.10: コマンドが見つかりません
  26. WARNING: `automake-1.10' is missing on your system. You should only need it if
  27. you modified `Makefile.am', `acinclude.m4' or `configure.in'.
  28. You might want to install the `Automake' and `Perl' packages.
  29. Grab them from any GNU archive site.
  30. cd . && /bin/sh /root/デスクトップ/mecab-naist-cdic-1.1.1-20120823/missing --run autoconf
  31. /root/デスクトップ/mecab-naist-cdic-1.1.1-20120823/missing: 行 52: autoconf: コマンドが見つかりません
  32. WARNING: `autoconf' is missing on your system. You should only need it if
  33. you modified `configure.in'. You might want to install the
  34. `Autoconf' and `GNU m4' packages. Grab them from any GNU
  35. archive site.
  36. /bin/sh ./config.status --recheck
  37. running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
  38. checking for a BSD-compatible install... /usr/bin/install -c
  39. checking whether build environment is sane... yes
  40. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  41. checking for gawk... gawk
  42. checking whether make sets $(MAKE)... yes
  43. checking for a BSD-compatible install... /usr/bin/install -c
  44. checking for mecab-config... /usr/bin/mecab-config
  45. configure: creating ./config.status
  46. /bin/sh ./config.status
  47. config.status: creating Makefile
  48. make: `all' に対して行うべき事はありません.
  49.  
  50. [root@localhost mecab-naist-cdic-1.1.1-20120823]# make install
  51. make[1]: ディレクトリ `/root/デスクトップ/mecab-naist-cdic-1.1.1-20120823' に入ります
  52. make[1]: `install-exec-am' に対して行うべき事はありません.
  53. test -z "/usr/lib64/mecab/dic/naist-cdic" || /usr/bin/mkdir -p "/usr/lib64/mecab/dic/naist-cdic"
  54. /usr/bin/install -c -m 644 'matrix.bin' '/usr/lib64/mecab/dic/naist-cdic/matrix.bin'
  55. /usr/bin/install -c -m 644 'char.bin' '/usr/lib64/mecab/dic/naist-cdic/char.bin'
  56. /usr/bin/install -c -m 644 'sys.dic' '/usr/lib64/mecab/dic/naist-cdic/sys.dic'
  57. /usr/bin/install -c -m 644 'unk.dic' '/usr/lib64/mecab/dic/naist-cdic/unk.dic'
  58. /usr/bin/install -c -m 644 'left-id.def' '/usr/lib64/mecab/dic/naist-cdic/left-id.def'
  59. /usr/bin/install -c -m 644 'right-id.def' '/usr/lib64/mecab/dic/naist-cdic/right-id.def'
  60. /usr/bin/install -c -m 644 'rewrite.def' '/usr/lib64/mecab/dic/naist-cdic/rewrite.def'
  61. /usr/bin/install -c -m 644 'pos-id.def' '/usr/lib64/mecab/dic/naist-cdic/pos-id.def'
  62. /usr/bin/install -c -m 644 'dicrc' '/usr/lib64/mecab/dic/naist-cdic/dicrc'
  63. make[1]: ディレクトリ `/root/デスクトップ/mecab-naist-cdic-1.1.1-20120823' から出ます
Add Comment
Please, Sign In to add comment