linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Error linking belle-sip on Ubuntu Linux


From: Andrey Gursky
Subject: Re: [Linphone-developers] Error linking belle-sip on Ubuntu Linux
Date: Thu, 27 Oct 2016 14:39:16 +0200

Hi Alexander,

On Wed, 26 Oct 2016 13:22:23 +0300
Alexander Khrustal <address@hidden> wrote:

> Hello,
> Sorry I am new to Linphone and C/C++ building tools on Linux, so my 
> question could sound trivial.
> But I already made a lot of different  attempts and now feel like in a 
> dead end.
> 
> I am trying to compile belle-sip on Ubuntu server 16.04.1 LTS the 
> following way:
> /# git clone https://github.com/BelledonneCommunications/belle-sip.git 
> <https://github.com/BelledonneCommunications/belle-sip.git>
> # cd belle-sip
> # ./autogen.sh
> # ./configure
> # make
> 
> make will give a an error on linking stage, which looks like it can't 
> find external library (I suspect bctoolbox).
> and it happens only in tester directory.
> 
> Log details:
> 
> make[2]: Entering directory '/home/alexander/belle-sip/tester'
>    CC       belle_sip_tester-auth_helper_tester.o
>    CC       belle_sip_tester-belle_generic_uri_tester.o
>    CC       belle_sip_tester-belle_http_tester.o
>    CC       belle_sip_tester-belle_sdp_tester.o
>    CC       belle_sip_tester-belle_sip_core_tester.o
>    CC       belle_sip_tester-belle_sip_dialog_tester.o
>    CC       belle_sip_tester-belle_sip_headers_tester.o
>    CC       belle_sip_tester-belle_sip_message_tester.o
>    CC       belle_sip_tester-belle_sip_refresher_tester.o
>    CC       belle_sip_tester-belle_sip_register_tester.o
>    CC       belle_sip_tester-belle_sip_resolver_tester.o
>    CC       belle_sip_tester-belle_sip_tester.o
>    CC       belle_sip_tester-belle_sip_uri_tester.o
>    CC       belle_sip_tester-cast_test.o
>    CCLD     belle_sip_tester
> belle_sip_tester-auth_helper_tester.o: In function `bctbx_warning':
> /usr/local/include/bctoolbox/logging.h:134: undefined reference to 
> `bctbx_logv'
> .....
> and then a lot of similar errors
> 
[snip]

the first step is to ensure the belle-sip's configure process found
bctoolbox:
...
checking for BCTOOLBOX... yes
checking for BCTOOLBOXTESTER... yes
...


Regards,
Andrey



reply via email to

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