今天特别花1688在51buy.com上买了台同方的笔记本用于mooon的开发,先是安装了Fedora,觉得不好,想安装openSuSE,但发现安装包太大,最后仍选择了ubuntu 12.04,默认没有安装automake等工具,按提示逐一进行了安装,遇到如下这个错误时,表示libtool没有安装:
$ sh first_once.sh
Convert ltmain.sh from the format of DOS to UNIX OK.
Convert configure.ac.in from the format of DOS to UNIX OK.
Convert Makefile.am from the format of DOS to UNIX OK.
Convert Make.rules.in from the format of DOS to UNIX OK.
configure.ac:64: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoconf ERROR
只需要执行“sudo apt-get install libtool”安装好即可解决。
转载于:https://blog.51cto.com/mooon/909928
本文记录了一次在Ubuntu 12.04中安装并配置libtool的过程。作者购买了一台新的笔记本电脑用于软件开发,并尝试安装了多个Linux发行版。最终选择Ubuntu后,在构建过程中遇到了缺少libtool的问题。通过简单的命令解决了该问题。
531

被折叠的 条评论
为什么被折叠?



