Open drenda opened 7 years ago
Install automake using the following command and try again.
sudo apt-get install automake
You probably do not have pkg-config installed. sudo apt-get install pkg-config
should fix it.
sudo apt-get install libtool
?
I've this error during compiling:
`if [ ! -d bcg729 ]; then \ git clone git://git.linphone.org/bcg729.git; pushd bcg729 ; git checkout 1.0.3; popd; \ fi cd bcg729 && sh autogen.sh && CFLAGS=-fPIC ./configure && make && cd .. ln: creazione del collegamento simbolico "README" non riuscita: File già esistente Generating build scripts for G729 codec...
ORTP,' ./configure: line 3773:
PKG_CHECK_MODULES(ORTP, ortp >= 0.21.0,found_ortp=true,foo=bar)' Makefile:34: set di istruzioni per l'obiettivo "bcg729" non riuscito make: *** [bcg729] Errore 2 `Do you have some advice? Thanks