Autoconf安装错误


Autoconf Install Error

在mac上安装autoconf时,我收到以下错误:

M-MBP:autoconf-2.69 marcus$ sudo make install
/Applications/Xcode.app/Contents/Developer/usr/bin/make  install-recursive
Making install in bin
test -z "/usr/local/bin" || ../build-aux/install-sh -c -d "/usr/local/bin"
 /usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/usr/local/bin'
install: /usr/local/bin/autom4te: No such file or directory
make[3]: *** [install-binSCRIPTS] Error 71
make[2]: *** [install-am] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install] Error 2

如果您能更多地指定您正在使用的系统,这将非常有帮助。

如果你在yosemite上跑步,这可能会给你带来深刻的见解。http://jsdelfino.blogspot.com/2012/08/autoconf-and-automake-on-mac-os-x.html

如果你安装了自制软件,试着按照这个用户的建议操作。在OSX lion?上安装autoreconf?。

这也可以解决您的问题:https://apple.stackexchange.com/questions/94216/brew-uses-usr-bin-autom4te-in-stead-of-usr-local-bin-autom4te.如果您发现更多错误,请在下面发表评论。