エラーメッセージは次のとおりです。
./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
本当に紛らわしいです。システムに XI コマンドはまったくありません。誰かが 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