Could not find libtoolize command in cygwin

I'm trying to configure apache thrift, and I installed cygwin to be able to run bash scripts on Windows, and I also installed the libtool package, and I still seem to get the error message:

could not find libtoolize!

I also tried this at the DOS prompt and in the bash shell, although you cannot use un bash scripts in a DOS window. When I run the bash script. I would like to help with this, since I am really interested in using the apache platform.

+4
source share
2 answers

Ok sir i believe you need to install libtool

apt-cyg install libtool

or

setup-x86_64 -qP libtool
+4
source

'libtoolize' libtool. libtool http://ftp.gnu.org/gnu/libtool/, , . /configure cygwin. .

+1

Source: https://habr.com/ru/post/1538235/


All Articles