While I\'m trying to install git from its source on qnx, I get the following error (note that pound is a prompt for sudo in qnx):
git
qnx
There is no problem with the makefile. Check if you have install utility
install
$~ install --help
If you dont have then you can get it from GNU coreutils. If you have install somewhere then export its path in PATH variable
GNU coreutils
PATH
export PATH=$PATH:/path/to/install-utility