• 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: C-library and framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C-library and framework


  • Subject: Re: C-library and framework
  • From: Scott Stevenson <email@hidden>
  • Date: Wed, 27 Oct 2004 13:04:38 -0700


On Oct 27, 2004, at 3:49 AM, Don Willems wrote:

What is the best way to add a C library to a Cocoa framework (a wrapper for the library)?

Build the library as static only (no dylib), typically as:

./configure --disable-shared

And then drag the .a file into your project. It should get statically linked into the binary and you don't need to worry about the file.

- Scott
--
http://treehouseideas.com/
http://theobroma.treehouseideas.com/ [blog]

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

This email sent to email@hidden
References: 
 >C-library and framework (From: Don Willems <email@hidden>)

  • Prev by Date: Re: Cocoa Java futures, NDA's etc
  • Next by Date: Re: [ANN] Cocoa Style for ObjC: 1 and 2
  • Previous by thread: Re: C-library and framework
  • Next by thread: Bezel Window location
  • Index(es):
    • Date
    • Thread