Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dylib or Framework?



Frameworks are essentially dylibs packaged in bundle containing their headers and other support files. There's documentation available:

<http://developer.apple.com/documentation/MacOSX/Conceptual/ BPFrameworks/index.html>

- Kevin

On Mar 20, 2005, at 5:46 PM, Michael B Allen wrote:

I have a library of generic C modules (e.g. hashmap, allocator, csv
parser, etc) [1] that I have ported to OS X. At least it compiles cleanly.
Now I need to figure out how to package it. My question is - should I
create a Framework or just a standard UNIX style shared library to go in
/usr/lib?


In either case I'm just using a straight forward Makefile at this point.
My code is just POSIX level stuff (mostly ANSI C actually). Can someone
provide a pointer to a Makefile that illustrates how to correctly build a
dylib and/or Framework?

_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/email@hidden

This email sent to email@hidden
References: 
 >dylib or Framework? (From: "Michael B Allen" <email@hidden>)
 >Re: dylib or Framework? (From: "Matthew T. Russotto" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.