首页 > 技术文章 > configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

Rainingday 2020-04-01 21:56 原文

Ubunru下配置tslib库

./configure --host=arm-linux-gnueabihf ac_cv_func_malloc_0_nonnull=yes--cache-file=arm-linux.cache -prefix=/home/wss/tslib/arm-tslib

报错:

configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
什么意思?不知道以后补上。

解决方法:执行

autoreconf -vif就好了


网上找的:

#(Ubuntu)
sudo apt-get install automake autoconf libtool
./configure, make all, make install
#或者,加
$ autoreconf -vif
$ ./configure --prefix=/usr/lib/erlang/lib
$ make
$ sudo make instal

 

推荐阅读