Version 3 (modified by mitty, 13 years ago) (diff) |
---|
misc
RVM
- akcnvの個人的備忘録 @ ウィキ - cygwinでrvm
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
- http://rvm.beginrescueend.com/releases/rvm-install-head -> https://rvm.io//releases/rvm-install-head
Deprecated command, please use: bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
- http://rvm.beginrescueend.com/releases/rvm-install-head -> https://rvm.io//releases/rvm-install-head
- $ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
Installing RVM to /home/mitty/.rvm/ Adding rvm PATH line to /home/mitty/.bashrc /home/mitty/.zshrc. Adding rvm loading line to /home/mitty/.bash_profile /home/mitty/.zlogin.
- $ rvm install ruby-head
Installing Ruby from source to: /home/mitty/.rvm/rubies/ruby-1.8.7-p358, this may take a while depending on your cpu(s)...
- (cygwin上で)必要になったパッケージ
- patch, git, autoconf, automake,
- .rvm/log/ruby-1.9.3-head/yaml/make.log
configure.ac:56: required file `config/ltmain.sh' not found
- .rvm/log/ruby-1.9.3-head/yaml/autoreconf.log
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. libtoolize: can not copy `/usr/share/libtool/config/ltmain.sh' to `config/' libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
- 未解決
- あらかじめmake installしてもダメ
- $ cd .rvm/src/yaml-0.1.4/
- $ autoreconf -ivf
- $ ./configure --prefix="/home/mitty/.rvm/usr"
- $ make
- $ make install
- .rvm/log/ruby-1.9.3-head/yaml/autoreconf.log
- `./ltmain.sh' not found - Ruby Forum