Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install libtoolize in cygwin?

When I'm trying to build Apache Thrift source in cygwin, I'm getting error saying "Couldn't find libtoolize!". How can I install libtoolize in cygwin?

like image 873
Chamila Wijayarathna Avatar asked Jun 28 '14 11:06

Chamila Wijayarathna


2 Answers

You will need GNU M4 1.4.6 or later to install LibTool (which includes libtoolize).

Good news is that you can easily do it if you run the Cygwin installer (no worries, it will keep your Cygwin installation and add new packages if you select them). So all you need to do is to click on the following buttons:

GNU M4 installation

enter image description here

LibTool installation

enter image description here

like image 119
Benny Neugebauer Avatar answered Sep 28 '22 16:09

Benny Neugebauer


'libtoolize' is a part of libtool. You can dowload latest version of libtool from http://ftp.gnu.org/gnu/libtool/, extract it, then run ./configure and make install from cygwin terminal.

like image 32
Chamila Wijayarathna Avatar answered Sep 28 '22 18:09

Chamila Wijayarathna