Configure ISSUE LIST

1. configure: cannot find install-sh, install.sh or shtool

If the following error is encountered during ./configure:

configure: error: cannot find install-sh, install.sh, or shtool in build "."/build

Run the commands:
(Ubuntu)
sudo apt-get install automake autoconf libtool

Then rerun ./configure, make all, make install


#####################################
**Q:**
The problem won't go away by just installing automake/autoconf/libtool. 
One also needs to run 'autoreconf -i' before rerunning ./configure - it will 
install the missing files that ./configure is complaining about.
發佈了48 篇原創文章 · 獲贊 37 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章