ssh – 使用Libtool库但是’LIBTOOL’未定义?

我试图在我的服务器上安装ffmpeg.我没有名字5.

当我尝试安装libfdk_aac时,出现以下错误

` autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
Makefile.am:31: Libtool library used but `LIBTOOL' is undefined
Makefile.am:31:
Makefile.am:31: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:31: to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in `configure.ac'
autoreconf: automake Failed with exit status: 1 `

如果我输入哪个libtool我得到/usr/bin/libtool,所以我认为安装了libtool.
所以我不确定为什么会发生这种错误.

谢谢你的建议

错误并没有告诉您没有安装libtool,但是您没有在configure.ac中检查它.在configure.ac中添加行LT_INIT.如果autoreconf然后抱怨它不知道LT_INIT是什么,你应该升级你的libtool安装或使用AC_PROG_LIBTOOL. (在较新的项目中,AC_PROG_LIBTOOL应替换为LT_INIT.)

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native