在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发布于 2015-04-17 13:04:14
如果你能指定更多一点你正在使用的系统,那将会有很大的帮助。
如果你在yosemite上运行,这可能会给你一些见解。http://jsdelfino.blogspot.com/2012/08/autoconf-and-automake-on-mac-os-x.html
如果您安装了homebrew,请尝试按照此用户的建议进行操作。Install autoreconf on OSX lion?。
这也可能解决您的问题:https://apple.stackexchange.com/questions/94216/brew-uses-usr-bin-autom4te-in-stead-of-usr-local-bin-autom4te。如果你发现更多的错误,请在下面发表评论。
https://stackoverflow.com/questions/28530959
复制相似问题