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

Toolchain generation: version check failure on make and libtool #15

Open
danielinux opened this issue Oct 29, 2014 · 20 comments
Open

Toolchain generation: version check failure on make and libtool #15

danielinux opened this issue Oct 29, 2014 · 20 comments

Comments

@danielinux
Copy link

Attempting to build a toolchain for esp8266.

While running ./configure --prefix=pwd in crosstool-NG

checking whether /usr/bin/make sets $(MAKE)... yes
checking for make 3.81... no
checking for GNU libtool >= 1.5.26... no
configure: error: could not find GNU libtool >= 1.5.26

My configuration:
make: 4.0
libtool: 2.4.2

Apologies if this bug report does not belong to this repo.

@gmorell
Copy link

gmorell commented Jan 2, 2015

If you're getting this, an apt-get install libtool-bin may help.

@euldulle
Copy link

yep. apt-get install libtool-bin solved it for me.

@Naegolus
Copy link

Had the same problem. Installing libtool-bin helped. Thanks!

@Darcade
Copy link

Darcade commented Sep 23, 2015

Had also the same Problem and it solved it for me! 👍

@dangsonbk
Copy link

Worked for me. Thanks!

@irshad-js
Copy link

Worked for me too ! thanks !!

@luisco
Copy link

luisco commented Mar 18, 2016

Worked for me too, thanks :D

@ericek111
Copy link

Worked here, thank you.

@teicors
Copy link

teicors commented Jun 16, 2016

Worked for me too! Tks

@Avcu
Copy link

Avcu commented Jun 28, 2016

Thanks

@stayliv3
Copy link

really works .thanks

@kroumann
Copy link

worked for me too thanks very much

@TaniukO
Copy link

TaniukO commented Jan 15, 2017

Worked for me. Thanks!

@jepler
Copy link

jepler commented Feb 23, 2017

Yes, that works, please add to wiki.

@mmikee02
Copy link

mmikee02 commented Mar 12, 2017

Hello,
just apt-get install libtool-bin didn't function for me.
I solved the problem with this : sudo apt-get install make autoconf automake libtool libtool-bin gcc g++ gperf flex bison texinfo gawk ncurses-dev libexpat-dev python sed python-serial srecord bc
(found here : https://github.com/nevers/sming-wiki/commit/482fe931059cb34fe22d6d033b9688dd9a092b50)
-->Mike

@ptdropper
Copy link

Worked for me: apt-get install libtool-bin Ubuntu 16.04 Xenial 64 bit

@jxinhu
Copy link

jxinhu commented Jun 27, 2018

Thanks

@louiscklaw
Copy link

work for me on ubuntu 18.04.1 , thanks a lot

@mcpat-it
Copy link

mcpat-it commented Apr 27, 2019

work for me on debian 9.8

@eliaskanelis
Copy link

Thanks! Worked also for me.

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