PJSIP libsocket编译错误

时间:2012-11-14 17:15:23

标签: reference undefined symbols pjsip

当我尝试在Blackberry 10 IDE中编译pjsip库时出现以下错误:

libpj-i486-pc-nto-qnx8.0.0.a(sock_bsd.o): undefined reference to symbol 'send@@libsocket.so.2'

'send@@libsocket.so.2' is defined in DSO /home/f3795594/bbndk/target_10_0_9_386/qnx6/x86/lib/libsocket.so.3 so try adding it to the linker command line

有人遇到过这个错误吗?我知道这与libsocket库有关,但不知道从哪里开始。

由于

1 个答案:

答案 0 :(得分:1)

简单插入链接过程:

添加以下库:

LIBS + = /Applications/bbndk/target_10_0_9_386/qnx6/x86/lib/libsocket.so.3

我的有限c编译知识妨碍了。