Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - make: install: Command not found (upon installing git): Page 1 of 2 (2 Items)
   
make: install: Command not found (upon installing git)  
While I'm trying to install git from its source [0], I get the following error:

    # ./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

I've seen many "make: %XXX%: Command not found" issues upon Googling where %XXX% is arbitrary executable, but haven't 
seen it replaced with install. What is wrong?

I posted some files of possible interest from git's home directory: Makefile[1], config.status [2].

QNX 6.5.0 SDP SP1, git 1.8.3.2

[0] http://git-scm.com/downloads
[1] http://pastebin.com/ZLJk1kF2
[2] http://pastebin.com/P7nbewdL