xadhoom / mod_bcg729

FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications
Other
170 stars 130 forks source link

Compile error in Debian 8 #21

Open drenda opened 7 years ago

drenda commented 7 years ago

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...

Do you have some advice? Thanks

MartB commented 7 years ago

Install automake using the following command and try again. sudo apt-get install automake

ericyan commented 7 years ago

You probably do not have pkg-config installed. sudo apt-get install pkg-config should fix it.

leonmak commented 7 years ago

sudo apt-get install libtool ?