Re: Frameworks/multiply-defined symbols
Re: Frameworks/multiply-defined symbols
- Subject: Re: Frameworks/multiply-defined symbols
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 11 Feb 2004 15:21:05 -0800
On Feb 11, 2004, at 12:41 PM, Chris Silverberg wrote:
Now, this will compile, link, and run correctly.. but I get about 1000
warnings for multiply defined symbols all coming from libcrypto.
Somehow that doesn't seem correct... at least PB did not complain
about it.
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.
PB didn't complain about it because libcrypto 0.9.7 shipped with OS X
10.3, so this wasn't a problem before.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
<http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
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.