mac os x framework linking target

2006-07-28 Thread Daniel Rogers
Hi, I'm interested in developing a "framework" building feature for libtool. Linking the shared library for a framework is exactly the same as linking a typical shared library. It's already quite close. The differences are described below, but they are summed up as, I need to be able to create a

Re: mac os x framework linking target

2006-07-28 Thread Peter O'Gorman
On Jul 29, 2006, at 5:48 AM, Daniel Rogers wrote: I'm interested in developing a "framework" building feature for libtool. Linking the shared library for a framework is exactly the same as linking a typical shared library. It's already quite close. The differences are described below, but

Re: mac os x framework linking target

2006-07-28 Thread Daniel Rogers
On Jul 28, 2006, at 4:10 PM, Peter O'Gorman wrote: Also, you seem to be looking at libtool-1.5.x which is not where any new feature would be implemented, you should probably check out the libtool sources from cvs if you want to hack on them, however, I really don't think it a good idea.