作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
错误信息如下:
./libtool: line 1129: X-I.: command not found
./libtool: line 1129: X-DLT_CONFIG_H=<config.h>: command not found
./libtool: line 1129: X-DLTDL: command not found
./libtool: line 1129: X-I.: command not found
./libtool: line 1129: X-I.: command not found
./libtool: line 1129: X-Ilibltdl: command not found
./libtool: line 1129: X-I./libltdl: No such file or directory
./libtool: line 1129: X-I./libltdl: No such file or directory
./libtool: line 1129: X-g: command not found
./libtool: line 1129: X-O2: command not found
./libtool: line 1129: X-MT: command not found
./libtool: line 1129: Xdlopen.lo: command not found
./libtool: line 1129: X-MD: command not found
./libtool: line 1129: X-MP: command not found
./libtool: line 1129: X-MF: command not found
./libtool: line 1129: X.deps/dlopen.Tpo: No such file or directory
./libtool: line 1129: X-c: command not found
./libtool: line 1181: Xdlopen.lo: command not found
./libtool: line 1186: libtool: compile: cannot determine name of library object from `': command not found
make[2]: *** [dlopen.lo] Error 1
make[2]: Leaving directory `/home/mirror/tmp/tmp/3/libltdl'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/mirror/tmp/tmp/3/libltdl'
make: *** [lib] Error 2
这真的很令人困惑,系统上根本没有 X-I 命令,有人说这是一种 libtool 错误,如果我将 $echo 替换为 $ECHO,构建就可以了:(
令人难以置信的是,在我将 $echo 替换为 $ECHO 后,运行 make lib,然后 libtool 将恢复,并且所有 $ECHO 将再次成为 $echo,并且构建失败并出现相同的错误....
那么如何正确构建这个包呢?有什么建议吗?
包名为skyeye,是一种模拟器,可以运行多种嵌入式系统:)你可以从
获取源代码git://skyeye.git.sourceforge.net/gitroot/skyeye/skyeye
搭建教程在这里:
http://skyeye.sourceforge.net/wiki/index.php/SkyEye_User_Manual#1.2_Installation
最佳答案
最近我遇到了同样的问题。
这是脚本 libtool 中的一个错误,它试图像有程序一样执行参数(以 X 为前缀),除非定义了变量 $echo。
要修复它,请在之前执行此操作:
export echo=echo
然后重试。
在这里找到:我在这个线程中找到了解决方案:http://www.wreckedgames.com/forum/index.php?topic=1135.0
关于build - X-I。 : command not found, 构建某种软件失败,怎么回事?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12146950/
我是一名优秀的程序员,十分优秀!