esp8266-wiki
esp8266-wiki copied to clipboard
Toolchain generation: version check failure on make and libtool
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.
If you're getting this, an apt-get install libtool-bin
may help.
yep. apt-get install libtool-bin solved it for me.
Had the same problem. Installing libtool-bin helped. Thanks!
Had also the same Problem and it solved it for me! :+1:
Worked for me. Thanks!
Worked for me too ! thanks !!
Worked for me too, thanks :D
Worked here, thank you.
Worked for me too! Tks
Thanks
really works .thanks
worked for me too thanks very much
Worked for me. Thanks!
Yes, that works, please add to wiki.
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
Worked for me: apt-get install libtool-bin Ubuntu 16.04 Xenial 64 bit
Thanks
work for me on ubuntu 18.04.1 , thanks a lot
work for me on debian 9.8
Thanks! Worked also for me.