Come posso risolvere un errore su AM_PROG_LIBTOOL durante la creazione di libopus da git?


26

Ho scaricato libopus da git e ho provato a costruirlo, comunque ottengo,

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

Come posso risolvere questo errore?

Risposte:


41

Devi installare libtool, che fornisce le macro necessarie. Su Ubuntu,

apt-get install libtool

2
Questo ha risolto lo stesso identico problema durante l'esecuzione di FreeBSD. Grazie!
ebreo
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.