Skip to content

Instantly share code, notes, and snippets.

@gaganawhad
Created March 20, 2012 19:20
Show Gist options
  • Save gaganawhad/2140121 to your computer and use it in GitHub Desktop.
Save gaganawhad/2140121 to your computer and use it in GitHub Desktop.
$ 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
@gaganawhad
Copy link
Author

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.

@jarib
Copy link

jarib commented Mar 22, 2012

OK, thanks.

@jarib
Copy link

jarib commented Mar 22, 2012

brew install automake seems to get me past this problem.

@gaganawhad
Copy link
Author

interesting. thanks for the feedback. appreciate it.

@patr1ck
Copy link

patr1ck commented Mar 29, 2012

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.

@jacquescrocker
Copy link

@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