Re: C-library and framework
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