【发布时间】:2013-07-03 09:49:19
【问题描述】:
当我尝试在qnx 上从其源安装git 时,我收到以下错误(请注意,磅是qnx 中的sudo 提示):
# ./configure --without-iconv --with-perl=/usr/pkg/bin/perl --with-python=/usr/qnx650/host/qnx6/x86/usr/bin/python
# make all
# make install
GEN perl/PM.stamp
SUBDIR gitweb
SUBDIR ../
make[2]: `GIT-VERSION-FILE' is up to date.
GEN git-instaweb
SUBDIR git-gui
SUBDIR gitk-git
SUBDIR perl
SUBDIR git_remote_helpers
SUBDIR templates
install -d -m 755 '/usr/local/bin'
make: install: Command not found
make: *** [install] Error 127
我在谷歌上看到很多make: %XXX%: Command not found 问题,其中%XXX% 是任意可执行文件,但没有看到它被install 取代。怎么了?
我从git 的主目录发布了一些可能感兴趣的文件:Makefile、config.status
QNX6.5.0 SDP SP1,git1.8.3.2
【问题讨论】:
-
install是一个实用程序,它是GNU coreutils的一部分。
标签: git makefile qnx qnx-neutrino