-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
autogen.sh: error: could not find libtool. libtool is required to run autogen.sh #1385
Comments
Thanks for pointing out the issue. I did this and it worked also |
I got the same error in Ubuntu 14.04 while trying to install JZMQ. |
Somehow I need to install libtool-bin and now I can run ./autogen.sh . But now I can't run make and sudo make install. I get "make: *** No targets specified and no makefile found. Stop." error. |
Thanks. Having the same issue |
The libtool executable script in Debian and Ubuntu has been moved to a different package, libtool-bin, since it is not actually needed (autotool chain will generate it on the fly). This was fixes in PR #1497 so this issue can be closed. |
I get the above error on Ubuntu 15.04 despite having installed libtool. I realised that the libtool command is not available but the libtoolize command is .I was able to build normally by changing the autogen.sh line below
to
The text was updated successfully, but these errors were encountered: