Skip to content
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

Closed
ggitau opened this issue Apr 28, 2015 · 5 comments
Closed

Comments

@ggitau
Copy link

ggitau commented Apr 28, 2015

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

command -v libtool >/dev/null 2>&1

to

command -v libtoolize >/dev/null 2>&1
@youssefhassan
Copy link

Thanks for pointing out the issue.

I did this and it worked also
ln -s /usr/bin/libtoolize /usr/bin/libtool

@sanzhars
Copy link

sanzhars commented May 9, 2015

I got the same error in Ubuntu 14.04 while trying to install JZMQ.
Could you please tell how do I write above commands in 14.04?

@sanzhars
Copy link

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.

@jonaslejon
Copy link

Thanks. Having the same issue

@bluca
Copy link
Member

bluca commented Aug 16, 2015

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.

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

No branches or pull requests

6 participants