hug*_*eow 3 automake autoconf build autotools libtool
错误信息如下:
./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
Run Code Online (Sandbox Code Playgroud)
这真的很令人困惑,系统上没有任何 XI 命令,有人说这是 libtool 的错误,如果我将 $echo 替换为 $ECHO,构建将没问题:(
令人难以置信的是,在我将 $echo 替换为 $ECHO 之后,运行 make lib,然后该 libtool 将恢复,并且所有 $ECHO 将再次变为 $echo,并且构建失败并出现相同的错误....
那么如何正确构建这个包呢?有什么建议?
包名是skyeye,它是一种模拟器,你可以在上面运行多种嵌入式系统:) 你可以从
git://skyeye.git.sourceforge.net/gitroot/skyeye/skyeye
Run Code Online (Sandbox Code Playgroud)
构建教程在这里?
http://skyeye.sourceforge.net/wiki/index.php/SkyEye_User_Manual#1.2_Installation
最近我遇到了同样的问题。
这是脚本 libtool 中的一个错误,它试图像有程序一样执行参数(以 X 为前缀),除非定义了变量 $echo。
要修复它,请在此之前执行:
export echo=echo
Run Code Online (Sandbox Code Playgroud)
然后再试一次。
在这里找到:我在这个线程中找到了解决方案:http : //www.wreckedgames.com/forum/index.php? topic= 1135.0
归档时间: |
|
查看次数: |
3403 次 |
最近记录: |