Created
March 20, 2012 19:20
-
-
Save gaganawhad/2140121 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /Users/mark/.rvm/log/ruby-1.9.3-p125/autoreconf.log | |
[2012-03-20 15:09:09] autoreconf | |
Can't exec "aclocal": No such file or directory at /usr/local/Cellar/autoconf/2.68/share/autoconf/Autom4te/FileUtils.pm line 326. | |
autoreconf: failed to run aclocal: No such file or directory |
OK, thanks.
brew install automake
seems to get me past this problem.
interesting. thanks for the feedback. appreciate it.
I hit this also. My solution, using macports instead of brew, was to do port install automake autoconf libtool
, which seems to put aclocal into place.
@jarib holy crap, that did exactly what I needed brew install automake
thanks!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no not really. it is an issue with x-code 4.3.1, rvm, and c compilers. i am waiting for the issue to get resolved before i attempt installling ruby 1.9.3-p125 again.