AppleShareClient and link errors
AppleShareClient and link errors
- Subject: AppleShareClient and link errors
- From: Steve Gehrman <email@hidden>
- Date: Fri, 10 May 2002 07:02:01 -0700
I included the AppleShareClient framework and got a ton of link errors.
How can I get rid of these link errors?
/usr/bin/ld: warning multiple definitions of symbol _MD5_Transform
/usr/lib/libcrypto.0.9.dylib(md5_dgst.o) definition of _MD5_Transform
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
md5_dgst.o) definition of _MD5_Transform
/usr/bin/ld: warning multiple definitions of symbol _MD5_version
/usr/lib/libcrypto.0.9.dylib(md5_dgst.o) definition of _MD5_version
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
md5_dgst.o) definition of _MD5_version
/usr/bin/ld: warning multiple definitions of symbol _MD5_Final
/usr/lib/libcrypto.0.9.dylib(md5_dgst.o) definition of _MD5_Final
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
md5_dgst.o) definition of _MD5_Final
/usr/bin/ld: warning multiple definitions of symbol _MD5_Init
/usr/lib/libcrypto.0.9.dylib(md5_dgst.o) definition of _MD5_Init
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
md5_dgst.o) definition of _MD5_Init
/usr/bin/ld: warning multiple definitions of symbol _MD5_Update
/usr/lib/libcrypto.0.9.dylib(md5_dgst.o) definition of _MD5_Update
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
md5_dgst.o) definition of _MD5_Update
/usr/bin/ld: warning multiple definitions of symbol _BN_bin2bn
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_bin2bn
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_bin2bn
/usr/bin/ld: warning multiple definitions of symbol _BN_bn2bin
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_bn2bin
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_bn2bin
/usr/bin/ld: warning multiple definitions of symbol _BN_clear_free
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_clear_free
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_clear_free
/usr/bin/ld: warning multiple definitions of symbol _BN_cmp
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_cmp
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_cmp
/usr/bin/ld: warning multiple definitions of symbol _BN_copy
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_copy
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_copy
/usr/bin/ld: warning multiple definitions of symbol _BN_dup
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_dup
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_dup
/usr/bin/ld: warning multiple definitions of symbol _BN_init
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_init
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_init
/usr/bin/ld: warning multiple definitions of symbol _BN_new
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_new
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_new
/usr/bin/ld: warning multiple definitions of symbol _BN_num_bits
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_num_bits
/System/Library/Frameworks/AppleShareClientCore.framework/AppleShareClientCore(
bn_lib.o) definition of _BN_num_bits
/usr/bin/ld: warning multiple definitions of symbol _BN_set_word
/usr/lib/libcrypto.0.9.dylib(bn_lib.o) definition of _BN_set_word
...
Thanks,
-steve
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.