首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Autoreconf错误:退出状态失败:1

Autoreconf错误:退出状态失败:1
EN

Ask Ubuntu用户
提问于 2020-04-29 13:33:39
回答 1查看 9.4K关注 0票数 2

我试图在Colab的Linux 4.19.104+ x86_64 Ubuntu 18.04.3 LTS上安装D1。若要重复使用,请将这三条线复制到Colab单元格中,并按shift+enter键:

代码语言:javascript
复制
!git clone -qqq https://github.com/nu774/mp4fpsmod.git > /dev/null
!sudo apt-get update -y -qqq --fix-missing && apt-get install -y -qqq autoconf > /dev/null
!cd mp4fpsmod/ && ./bootstrap.sh && ./configure && make && strip mp4fpsmod && make install

./bootstrap.sh中的错误:

代码语言:javascript
复制
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory mp4v2 to autoreconf
autoreconf: Entering directory `mp4v2'
autoreconf: running: aclocal --force 
autoreconf: configure.ac: creating directory autoaux
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:83: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

你知道怎么回事吗?

EN

回答 1

Ask Ubuntu用户

发布于 2020-05-01 06:55:43

安装libtool

代码语言:javascript
复制
!sudo apt-get update -y -qqq --fix-missing && apt-get install -y -qqq autoconf libtool > /dev/null
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1232920

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档