• 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
bsd dynamic library dependencies help
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bsd dynamic library dependencies help


  • Subject: bsd dynamic library dependencies help
  • From: Xochitl Lunde <email@hidden>
  • Date: Tue, 29 Dec 2009 09:45:23 -0600


I created a new Xcode project and added targets for two of my BSD dynamic libraries, "foo" and "bar".  The code in "foo" depends on the code in "bar".  "bar" compiles just fine and creates in build/Resources two things: libbar.dylib and a folder, libbar.dylib.dSYM.  "foo" won't build.  The compile looks fine, "bar" headers are found, but then it goes to a linking phase and complains that  all symbols from "bar" are missing.  If I change "foo" to a BSD Static library, then there is no problem and the archive is created.  Why is my "foo" library trying to link in symbols from "bar"?  I don't have an executable created yet at all, just these two BSD dynamic library targets.  How do I fix this?

Thanks.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: bsd dynamic library dependencies help
      • From: Jens Alfke <email@hidden>
    • Re: bsd dynamic library dependencies help
      • From: Peter O'Gorman <email@hidden>
  • Prev by Date: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Next by Date: Re: bsd dynamic library dependencies help
  • Previous by thread: Re: gdb: Symbolized Crash Report: One line spans multiple functions?
  • Next by thread: Re: bsd dynamic library dependencies help
  • Index(es):
    • Date
    • Thread