Re: Frameworks/multiply-defined symbols
Re: Frameworks/multiply-defined symbols
- Subject: Re: Frameworks/multiply-defined symbols
- From: Chris Silverberg <email@hidden>
- Date: Wed, 11 Feb 2004 15:30:06 -0800
On Feb 11, 2004, at 3:21 PM, Nick Zitzmann wrote:
This probably happened because you've got one linked binary that is
linked to libcrypto 0.9.6, which is called "libcrypto.0.9.dylib", and
another linked binary that is linked to libcrypto 0.9.7, which is
called "libcrypto.0.9.7.dylib". You'll have to figure out what links
to what, and link everything to the same library. The symbolic link
"libcrypto.dylib" in /usr/lib points to libcrypto 0.9.7.
Alas this isn't the case. Both my application and my framework are
compiled on the same machine in Xcode, both linking against
libcrypto.dylib (which resolves to libcrypto.0.9.7.dylib).
libcrypto.0.9.6 is not on this machine.
-Chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.