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


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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM