Reference PJSIP libsocket编译错误

Reference PJSIP libsocket编译错误,reference,undefined,symbols,pjsip,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 tr

当我尝试在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库有关,但不确定从哪里开始


感谢您在链接过程中简单插入:

添加以下库:

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


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

简单地插入链接过程:

添加以下库:

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

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