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

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

    If you're using brew, then the autoreconf utility is part of the autoconf package, so install it via:

    brew install autoconf
    

    If the problem persists, consider either reinstall or link it again. Use locate autoreconf to find out where it is.

    Also check if /usr/local/bin/autoreconf exists (and is linked into the right place), and you've the /usr/local/bin path added in your /etc/paths file.

提交回复
热议问题