crosstool error: could not find GNU libtool >= 1.5.26

今天在编译crosstool的时候,执行./configure时出现错误,提示找不到libtool

checking whether /usr/bin/make sets $(MAKE)... yes
checking for make 3.81... no
checking for GNU libtool >= 1.5.26... no
configure: error: could not find GNU libtool >= 1.5.26

但是使用apt-get 安装libtool的时候提示已经安装

$ sudo apt-get  install libtool
Reading package lists... Done
Building dependency tree
Reading state information... Done
libtool is already the newest version (2.4.6-0.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

没办法,只能查看configure文件,发现是因为没有找到libtool导致的,使用whereis命令查看libtool路径

$ whereis libtool
libtool: /usr/share/libtool

但是在configure的时候,是使用PATH来查找文件的,所以解决问题就简单了,configure支持--with-libtool来指定libtool的路径

 $ ./configure  --with-libtool=/usr/share/libtool

 

转载于:https://my.oschina.net/u/115346/blog/735423

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值