esp8266-wiki icon indicating copy to clipboard operation
esp8266-wiki copied to clipboard

Toolchain generation: version check failure on make and libtool

Open danielinux opened this issue 10 years ago • 20 comments

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.

danielinux avatar Oct 29 '14 10:10 danielinux

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

gmorell avatar Jan 02 '15 02:01 gmorell

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

euldulle avatar Apr 30 '15 13:04 euldulle

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

Naegolus avatar Sep 10 '15 05:09 Naegolus

Had also the same Problem and it solved it for me! :+1:

Darcade avatar Sep 23 '15 18:09 Darcade

Worked for me. Thanks!

dangsonbk avatar Nov 12 '15 07:11 dangsonbk

Worked for me too ! thanks !!

irshad-js avatar Dec 25 '15 15:12 irshad-js

Worked for me too, thanks :D

luisco avatar Mar 18 '16 04:03 luisco

Worked here, thank you.

ericek111 avatar May 16 '16 10:05 ericek111

Worked for me too! Tks

teicors avatar Jun 16 '16 06:06 teicors

Thanks

Avcu avatar Jun 28 '16 12:06 Avcu

really works .thanks

stayliv3 avatar Aug 29 '16 02:08 stayliv3

worked for me too thanks very much

kroumann avatar Sep 11 '16 17:09 kroumann

Worked for me. Thanks!

TaniukO avatar Jan 15 '17 19:01 TaniukO

Yes, that works, please add to wiki.

jepler avatar Feb 23 '17 02:02 jepler

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

mmikee02 avatar Mar 12 '17 08:03 mmikee02

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

ptdropper avatar Apr 20 '18 14:04 ptdropper

Thanks

jxinhu avatar Jun 27 '18 01:06 jxinhu

work for me on ubuntu 18.04.1 , thanks a lot

louiscklaw avatar Sep 12 '18 18:09 louiscklaw

work for me on debian 9.8

mcpat-it avatar Apr 27 '19 12:04 mcpat-it

Thanks! Worked also for me.

eliaskanelis avatar Nov 27 '19 20:11 eliaskanelis