Install autoreconf on OS X v10.7 (Lion)?

后端 未结 6 461
面向向阳花
面向向阳花 2020-12-12 13:33

I\'m attempting to re-install Ruby 1.9.3 with a patch that will allow me to use ruby-debug.

When following the instructions and running

rvm reinstall         


        
6条回答
  •  半阙折子戏
    2020-12-12 14:15

    If you want to do this using MacPorts instead of Homebrew, you can do:

    sudo port install automake autoconf libtool
    

    I had the same problem and this solved it for me.

提交回复
热议问题