Skip to content

error: possibly undefined macro: AC_PROG_LIBTOOL #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
yiduwangkai opened this issue Dec 23, 2018 · 3 comments
Closed

error: possibly undefined macro: AC_PROG_LIBTOOL #32

yiduwangkai opened this issue Dec 23, 2018 · 3 comments
Labels
good first issue Good for newcomers

Comments

@yiduwangkai
Copy link

my os is Ubuntu 16.04.2
i exec build.sh and i get the error :
configure.ac:101: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
i donot know what this means

@jonnxu
Copy link
Contributor

jonnxu commented Dec 23, 2018

please install libtool before exec build.sh

@ShannonDing ShannonDing added the good first issue Good for newcomers label Dec 25, 2018
@jonnxu
Copy link
Contributor

jonnxu commented Dec 25, 2018

please reference README

note: make sure the following compile tools or libraries have been installed before running the build script build.sh.
compile tools:
gcc-c++ 4.8.2: c++ compiler while need support C++11
cmake 2.8.0: build jsoncpp require it
automake 1.11.1: build libevent require it
autoconf 2.65: build libevent require it
libtool 2.2.6: build libevent require it
libraries:
bzip2-devel 1.0.6: boost depend it

@yiduwangkai
Copy link
Author

sudo apt-get install autotools-dev
sudo apt-get install aclocal
sudo apt-get install autotools-dev
sudo apt-get install aclocal
sudo apt-get install automake
sudo apt-get install aclocal
sudo apt-get install libz-dev
sudo apt-get install libbz2-dev
sudo apt-get install libboost-all-dev

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants