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

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案