如何在C项目中安装和使用LibLiphone

问题描述

我需要有关在ubuntu上的C项目中安装和使用linphone库的帮助。 我按照github上的说明进行构建,但似乎无法运行示例。 当我运行时:gcc helloworld.c 而且我得到了这些错误:

helloworld.c :(. text + 0x158): undefined reference to "linphone_core_new"
helloworld.c :(. text + 0x176): undefined reference to "linphone_core_invite"
helloworld.c :(. text + 0x1c2): undefined reference to "linphone_call_ref"
helloworld.c :(. text + 0x1d0): undefined reference to "linphone_core_iterate"
helloworld.c :(. text + 0x1da): undefined reference to "ms_usleep"
helloworld.c :(. text + 0x1f8): undefined reference to "linphone_call_get_state"
helloworld.c :(. text + 0x21c): undefined reference to "linphone_core_terminate_call"
helloworld.c :(. text + 0x228): undefined reference to "linphone_call_unref"
helloworld.c :(. text + 0x240): undefined reference to "linphone_core_destroy"

预先感谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...