undefined symbols when compiling libjingle for Mac OS X

Posted by wwh37 on Stack Overflow See other posts from Stack Overflow or by wwh37
Published on 2010-06-06T20:09:58Z Indexed on 2010/06/06 20:12 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

Compiling libjinge-0.4.0 on my Leopard returned the following errors:

/bin/sh ../../../libtool --silent --tag=CXX --mode=link g++  -g   -o login  login-login_main.o login-xmppsocket.o login-xmppthread.o login-xmpppump.o login-xmppauth.o ../../../talk/xmpp/libcricketxmpp.la ../../../talk/xmllite/libcricketxmllite.la ../../../talk/base/libcricketbase.la -lexpat -lpthread -lssl -lcrypto  
Undefined symbols:
  "_BIO_clear_flags", referenced from:
      socket_read(bio_st*, char*, int)in libcricketbase.a(openssladapter.o)
      socket_write(bio_st*, char const*, int)in libcricketbase.a(openssladapter.o)
  "_BIO_set_flags", referenced from:
      socket_read(bio_st*, char*, int)in libcricketbase.a(openssladapter.o)
      socket_write(bio_st*, char const*, int)in libcricketbase.a(openssladapter.o)

Any ideas? I couldn't find an answer... Thanks!

© Stack Overflow or respective owner

Related posts about osx

Related posts about macosx