Як вирішити помилку щодо AM_PROG_LIBTOOL під час створення libopus з git?


25

Я завантажив libopus з git і спробував створити його, проте отримую,

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

Як вирішити цю помилку?

Відповіді:


40

Потрібно встановити libtool, який забезпечує необхідні макроси. На Ubuntu,

apt-get install libtool

2
Це вирішило таку саму проблему для мене під час роботи FreeBSD. Спасибі!
видатний
Використовуючи наш веб-сайт, ви визнаєте, що прочитали та зрозуміли наші Політику щодо файлів cookie та Політику конфіденційності.
Licensed under cc by-sa 3.0 with attribution required.