error: Libtool library used but 'LIBTOOL' is undefined

旧巷老猫 提交于 2019-11-28 16:55:35

Thanks to @Casper and @Aust a good answer for me was to install libtool:

sudo apt-get install libtool

Fixed it. I needed to run libtoolize in the directory, then re-run:

  • aclocal

  • autoheader

fatcook

For folks who ended up here and are using CYGWIN, install following packages in cygwin and re-run:

  • cygwin32-libtool
  • libtool
  • libtool-debuginfo
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!