• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Frameworks/multiply-defined symbols
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Frameworks/multiply-defined symbols
      • From: Chris Silverberg <email@hidden>
References: 
 >How do I create a simple script for XCode? (From: Mike Lazear <email@hidden>)
 >Re: How do I create a simple script for XCode? (From: Kevin Grant <email@hidden>)
 >Frameworks/multiply-defined symbols (From: Chris Silverberg <email@hidden>)

  • Prev by Date: Re: strange looking ambiguity with type cast
  • Next by Date: Re: Frameworks/multiply-defined symbols
  • Previous by thread: Frameworks/multiply-defined symbols
  • Next by thread: Re: Frameworks/multiply-defined symbols
  • Index(es):
    • Date
    • Thread