您的位置:首页 > 其它

在Windows里编译bitcoin出错Makefile.am:8: Libtool library used but `LIBTOOL' is undefined

2018-01-21 17:07 926 查看
在Windows 10里,使用msys shell和mingGW32来编译比特币源码时,出错如下:
tony@home /e/bit/bitcoin-0.15
$ ./autogen.sh
Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
Makefile.am:8:   The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:8:   to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:8:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
Makefile.am:8:   its definition is in aclocal's search path.

怎么样解决这个出错呢?
需要在MinGW安装工具里找到libtool,再把它安装即可解决。

boost库入门基础
http://edu.csdn.net/course/detail/5029
Arduino入门基础
http://edu.csdn.net/course/detail/4931
Unity5.x游戏基础入门
http://edu.csdn.net/course/detail/4810
TensorFlow API攻略
http://edu.csdn.net/course/detail/4495

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  bitcoin
相关文章推荐