我是./configure
'd qemu-1.4.0 并且在make
它期间导致:
(cd /home/amin/Simulate/qemu-1.4.0/pixman; autoreconf -v --install)
/bin/sh: 1: autoreconf: not found
make: *** [/home/amin/Simulate/qemu-1.4.0/pixman/configure] Error 127
Run Code Online (Sandbox Code Playgroud)
现在,我找不到如何传递此错误。
谢谢。
j0h*_*j0h 182
我自己也遇到了这个问题,我在阅读autoconf 手册时找到了解决方案,该手册指出 autoreconf 运行我没有安装的 autoconf。
sudo apt-get install autoconf
Run Code Online (Sandbox Code Playgroud)
我现在使用的 autogen 脚本有效。
小智 106
也许您可以尝试安装dh-autoconf
软件包。
sudo apt-get install dh-autoconf
Run Code Online (Sandbox Code Playgroud)
小智 9
我曾经先搜索包:
# apt-cache search autoreconf
autoconf2.13 - automatic configure script builder (obsolete version)
dh-autoreconf - debhelper add-on to call autoreconf and clean up after the build
Run Code Online (Sandbox Code Playgroud)
然后安装我需要的:
# apt-get install dh-autoreconf
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
335411 次 |
最近记录: |