Git'ten libopus oluştururken AM_PROG_LIBTOOL ile ilgili bir hatayı nasıl çözebilirim?


25

İndirdiğim libopus git den ve bunu yapmayı denedi, ancak ben, olsun

Updating build configuration files, please wait....
configure.ac:38: warning: macro 'AM_PROG_LIBTOOL' not found in library
configure.ac:38: error: possibly undefined macro: AM_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

Bu hatayı nasıl çözebilirim?

Yanıtlar:


40

Gerekli makroları sağlayan libtool yüklemeniz gerekir. Ubuntu'da

apt-get install libtool

2
Bu, FreeBSD'yi çalıştırırken benim için de aynı sorunu çözdü. Teşekkürler!
müthiş
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.