autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required

简介: autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required

前文:


https://quantum6.blog.csdn.net/article/details/119785631


看到介绍使用:

autoreconf -vif

然后出现这个错误。既然缺少,找一下,原来在下级目录libffi中有,于是:


$ cd libffi
$ autoreconf -vif
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACR
……
目录
相关文章
|
3月前
|
编译器
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
“Could not determine which ”make“ command to run. Check the ”make“ step in the build configuration.”
|
Java Maven
No valid Maven installation found. Either set the home directory in the configuration dialog or set
No valid Maven installation found. Either set the home directory in the configuration dialog or set
833 0
No valid Maven installation found. Either set the home directory in the configuration dialog or set
configure: error: libacl not found
configure: error: libacl not found
73 0
configure: error: cups-config not found
configure: error: cups-config not found
88 0
configure: error: SELinux selected but libselinux not found
configure: error: SELinux selected but libselinux not found
101 0
configure: error: gperf is needed
configure: error: gperf is needed
115 0
configure: error: C compiler cannot create executables
configure: error: C compiler cannot create executables
311 0
|
应用服务中间件 Linux nginx
./configure: error: C compiler cc is not found
./configure: error: C compiler cc is not found
728 0
autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required
autoreconf: ‘configure.ac‘ or ‘configure.in‘ is required
1332 0
|
Perl
configure error Perl version 5 is required!
configure error Perl version 5 is required!
218 0