linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] Fwd: Error compiling linphone-3.7.0 ubuntu


From: J G Miller
Subject: Re: [Linphone-users] Fwd: Error compiling linphone-3.7.0 ubuntu
Date: Wed, 9 Apr 2014 14:08:06 +0200

At 12:06h, on Wednesday, April 09, 2014,
in message <address@hidden>,
on the subject of "Re: [Linphone-users] Fwd: Error compiling linphone-3.7.0 
ubuntu", you wrote -

 > >> The error is:
 > >> make[4]: Entering directory `/home/diogoleite/TransferĂȘncias/linphone
 > >> -3.7.0/mediastreamer2/tools'
 > >>   CC       mediastream.o
 > >>   CCLD     mediastream
 > >> /usr/local/lib/libspeex.so: undefined reference to `pj_log_get_level'
 > >> /usr/local/lib/libspeex.so: undefined reference to `pj_log_5'

Please note that these errors for undefined symbols are coming from
libspeex.so in /usr/*local*/lib

That is a different libspeex.so from the libspeex.so in 
/usr/lib/<your_architecture>/libspeex.so
which would be installed from the Ubuntu package.

Presumably the library in /usr/local/lib is one you have built yourself?

You have to be very, very, very careful in linking and using the built binary
when you have different versions of the same library in /usr/lib and 
/usr/local/lib

Also, you must use the appropriate set of header files for compilation ie
you must ensure you use headers in /usr/local/include and then link with 
/usr/local/lib
both being for the same version of the library to which you are linking.



reply via email to

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