2012-11-14 60 views
1

我收到以下錯誤,當我嘗試編譯PJSIP庫在黑莓10 IDE:PJSIP的libsocket編譯錯誤

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

'[email protected]@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庫,但不知道從哪裏開始。

由於

+0

有人有線索嗎? – Houston

回答

1

簡單插入聯過程:

添加以下庫:

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

我受限制的c編譯知識受到了阻礙。