| | 29 | |
| | 30 | * (cygwin上で)必要になったパッケージ |
| | 31 | * patch, git, autoconf, automake, |
| | 32 | * .rvm/log/ruby-1.9.3-head/yaml/make.log |
| | 33 | {{{ |
| | 34 | configure.ac:56: required file `config/ltmain.sh' not found |
| | 35 | }}} |
| | 36 | * .rvm/log/ruby-1.9.3-head/yaml/autoreconf.log |
| | 37 | {{{ |
| | 38 | libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. |
| | 39 | libtoolize: can not copy `/usr/share/libtool/config/ltmain.sh' to `config/' |
| | 40 | libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and |
| | 41 | libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. |
| | 42 | libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. |
| | 43 | }}} |
| | 44 | * 未解決 |
| | 45 | * あらかじめmake installしてもダメ |
| | 46 | * $ cd .rvm/src/yaml-0.1.4/ |
| | 47 | * $ autoreconf -ivf |
| | 48 | * $ ./configure --prefix="/home/mitty/.rvm/usr" |
| | 49 | * $ make |
| | 50 | * $ make install |
| | 51 | * [http://www.ruby-forum.com/topic/178926 `./ltmain.sh' not found - Ruby Forum] |