wiki:Dev/Ruby

Version 4 (modified by mitty, 12 years ago) (diff)

--

misc

RVM

  • $ 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
  • `./ltmain.sh' not found - Ruby Forum