linking to libssl and libcrypt

Shawn Protsman protsman at mac.com
Wed Oct 8 13:44:19 PDT 2008


I'm attempting to build a static library that links to both libssl.a  
and libcrypto.a. When I build it I get these "has no symbols"  
messages. Any advice on resolving this? Thanks.

# Building liballkeyrtv.a
libtool -static -o liballkeyrtv.a allkeyrtv.o parseini.o tksc.o  
TkscTls.o TkscSockets.o skeys.o writelogs.o tThreads.o /opt/local/lib/ 
libssl.a /opt/local/lib/libcrypto.a
libtool: file: /opt/local/lib/libssl.a(kssl.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(ebcdic.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(rand_win.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(rand_os2.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(rand_nw.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(e_camellia.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(e_seed.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(e_rc5.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(m_mdc2.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(v3_asid.o) has no symbols
libtool: file: /opt/local/lib/libcrypto.a(v3_addr.o) has no symbols
Finished building target: liballkeyrtv.a


More information about the macports-users mailing list