linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Undefined reference errors in linphone1.7.0 - Pls


From: Supriya Kher
Subject: [Linphone-developers] Undefined reference errors in linphone1.7.0 - Pls help !
Date: Thu, 7 Jun 2007 11:33:22 -0400



Hi Simon ,

Could you please help regarding this..

We are getting the following errors upon compilation of linphone1.7.0 on fedora core 6 with the disable-strict option
enabled.
./configure goes fine but a 'make'  throws the errors as below -
Looked at all documentation/forums but found no solution.


Making install in tests
make[1]: Entering directory `/root/linphone/linphone-1.7.0/mediastreamer2/tests'
/bin/sh ../libtool --tag=CC --mode=link gcc -I.. -I../../oRTP/include  -I/usr/local/include -I/usr/local/include/ffmpeg    -DVIDEO_ENABLED  -DORTP_INET6   -DINET6 -Wall -O2 -g  -pthread -D_REENTRANT -rdynamic  -o mediastream  mediastream.o ../src/libquickstream.la ../src/libmediastreamer.la ../../oRTP/src/libortp.la -lasound  -L/usr/local/lib -lspeex -logg   ../../gsmlib/libgsm.la -ltheora -logg   -lavcodec  -pthread -lpthread -lrt -ldl
gcc -I.. -I../../oRTP/include -I/usr/local/include -I/usr/local/include/ffmpeg -DVIDEO_ENABLED -DORTP_INET6 -DINET6 -Wall -O2 -g -pthread -D_REENTRANT -rdynamic -o .libs/mediastream mediastream.o -pthread  ../src/.libs/libquickstream.so ../src/.libs/libmediastreamer.so ../../oRTP/src/.libs/libortp.so -lasound -L/usr/local/lib /usr/local/lib/libspeex.so ../../gsmlib/.libs/libgsm.a -ltheora -logg -lavcodec -lpthread -lrt -ldl -Wl,--rpath -Wl,/usr//lib -Wl,--rpath -Wl,/usr/local/lib
../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_reset'
../src/.libs/libmediastreamer.so: undefined reference to `av_crc_init'
../src/.libs/libmediastreamer.so: undefined reference to `av_d2q'
../src/.libs/libmediastreamer.so: undefined reference to `av_crc04C11DB7'
../src/.libs/libmediastreamer.so: undefined reference to `av_log_get_level'
../src/.libs/libmediastreamer.so: undefined reference to `av_solve_lls'
../src/.libs/libmediastreamer.so: undefined reference to `ff_log2_tab'
../src/.libs/libmediastreamer.so: undefined reference to `av_freep'
../src/.libs/libmediastreamer.so: undefined reference to `av_free'
../src/.libs/libmediastreamer.so: undefined reference to `av_crc8005'
../src/.libs/libmediastreamer.so: undefined reference to `av_realloc'
../src/.libs/libmediastreamer.so: undefined reference to `av_crc'
../src/.libs/libmediastreamer.so: undefined reference to `av_crc07'
../src/.libs/libmediastreamer.so: undefined reference to `av_reduce'
../src/.libs/libmediastreamer.so: undefined reference to `av_evaluate_lls'
../src/.libs/libmediastreamer.so: undefined reference to `av_log'
../src/.libs/libmediastreamer.so: undefined reference to `ff_gcd'
../src/.libs/libmediastreamer.so: undefined reference to `av_init_lls'
../src/.libs/libmediastreamer.so: undefined reference to `av_mallocz'
../src/.libs/libmediastreamer.so: undefined reference to `av_malloc'
../src/.libs/libmediastreamer.so: undefined reference to `ff_sqrt_tab'
../src/.libs/libmediastreamer.so: undefined reference to `av_div_q'
../src/.libs/libmediastreamer.so: undefined reference to `av_update_lls'
collect2: ld returned 1 exit status
make[1]: *** [mediastream] Error 1
make[1]: Leaving directory `/root/linphone/linphone-1.7.0/mediastreamer2/tests'
make: *** [install-recursive] Error 1

Is anyone aware of the reasons and ways to go about it ??

thanks
supriya

reply via email to

[Prev in Thread] Current Thread [Next in Thread]