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

后端 未结 6 455
面向向阳花
面向向阳花 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 13:58

    I had a similar problem, but because Homebrew moved away from the Cellar directory, but for some reasons binaries of this package were still there.

    I reinstalled autoconf with the following command and autoreconf is in the right PATH now: brew reinstall autoconf

提交回复
热议问题