• 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: .dylib project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .dylib project


  • Subject: Re: .dylib project
  • From: Chris Espinosa <email@hidden>
  • Date: Fri, 18 Feb 2005 11:12:03 -0800

On Feb 17, 2005, at 7:10 PM, walterw wrote:

I created a "Carbon Dynamic Library" project and can't seem to get my "Carbon Application" project to link with it.
I tried adding the .dylib file to "External Frameworks and Libraries" but that just gives me an error that -lDynLibProject can't be found when linking.
Anyone know how this is done?

An unwritten rule of gcc and ld is that the -l operator expects to find a library named "lib<foo>.dylib" in one of the directories in the Library Search Path. Make sure that your Carbon Dynamic Library project generated its build product with the name libDynLibProject.dylib and stored it in a location that your application project knows about. The easiest way to do the latter is to use a common master build directory for both the framework and the app.


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


References: 
 >.dylib project (From: walterw <email@hidden>)

  • Prev by Date: quickly add files to new target?
  • Next by Date: Re: [OT] calling isnan
  • Previous by thread: .dylib project
  • Next by thread: [OT] calling isnan
  • Index(es):
    • Date
    • Thread