September 29, 2012
configure: error: cannot find install-sh, install.sh
configure: error: cannot find install-sh, install.sh
When try to configure an open source code, I get error like this :
configure: error: cannot find install-sh, install.sh, or shtool in “.” “./..” “./../..”
Add command :
autoreconf -f -i -Wall,no-obsolete
before you call configure command to remove configure: error: cannot find install-sh, install.sh, or shtool in “.” “./..” “./../..” error message. This command will create a requirement “install”. So, when you running configure command again, you will not meet error configure: error: cannot find install-sh, install.sh, or shtool in “.” “./..” “./../..” again.
The complete command is like this :
autoreconf -f -i -Wall,no-obsolete ./configure
2 Comments
Thank you!
Your advice really works
Your posts in this blog really shine! Glad to gain some new insights, which I happen to also cover on my page. Feel free to visit my webpage UQ9 about Airport Transfer and any tip from you will be much apreciated.