• 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: Building a dynamic library using Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building a dynamic library using Xcode


  • Subject: Re: Building a dynamic library using Xcode
  • From: Chris Hanson <email@hidden>
  • Date: Sun, 30 Sep 2012 20:20:26 -0700

On Sep 30, 2012, at 6:55 PM, Jens Alfke <email@hidden> wrote:

> I think you need to add /usr/local/lib to the target’s library search path. (Yes, even though you added the library file to the target. For some reason Xcode isn’t smart enough to tell the linker where to look for the library.)

Xcode passes the names rather than the full paths of libraries (and frameworks) because that's the way the linker is commonly used on Unix platforms. In general when using ld on the command line — usually as a side-effect of invoking the compiler — you'd pass -lfoo or -framework Foo, rather than a full path.

  -- Chris


 _______________________________________________
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: Building a dynamic library using Xcode
      • From: Jens Alfke <email@hidden>
References: 
 >Building a dynamic library using Xcode (From: Chris in Public <email@hidden>)
 >Re: Building a dynamic library using Xcode (From: Jens Alfke <email@hidden>)

  • Prev by Date: Losing resource forks in Run Script phase, even with ditto
  • Next by Date: Re: Building a dynamic library using Xcode
  • Previous by thread: Re: Building a dynamic library using Xcode
  • Next by thread: Re: Building a dynamic library using Xcode
  • Index(es):
    • Date
    • Thread