Re: [Fink-devel] switch to framework python builds?

2012-04-11 Thread Jack Howarth
On Wed, Apr 11, 2012 at 12:02:11PM -0400, Daniel Johnson wrote: > On Apr 11, 2012, at 11:04 AM, Daniel Macks wrote: > > > Isn't the actual only difference between "framework" and "library" the > > difference between using -F/-framework vs -L/-l flags when linking? And the > > binary library ins

Re: [Fink-devel] switch to framework python builds?

2012-04-11 Thread Daniel Johnson
On Apr 11, 2012, at 11:04 AM, Daniel Macks wrote: > Isn't the actual only difference between "framework" and "library" the > difference between using -F/-framework vs -L/-l flags when linking? And the > binary library inside .framework is really just a .dylib by a different > filenaming scheme

Re: [Fink-devel] switch to framework python builds?

2012-04-11 Thread Jack Howarth
On Wed, Apr 11, 2012 at 11:04:05AM -0400, Daniel Macks wrote: > Isn't the actual only difference between "framework" and "library" the > difference between using -F/-framework vs -L/-l flags when linking? And > the binary library inside .framework is really just a .dylib by a > different file

Re: [Fink-devel] switch to framework python builds?

2012-04-11 Thread Daniel Macks
Isn't the actual only difference between "framework" and "library" the difference between using -F/-framework vs -L/-l flags when linking? And the binary library inside .framework is really just a .dylib by a different filenaming scheme. I can't envision any way that the linker flags or filenam

[Fink-devel] switch to framework python builds?

2012-04-11 Thread Jack Howarth
Daniel and Daniel, While creating test packaging for a wxcocoa923-py package for use with relax-py, I discovered that the cocoa build of wxPython 9.2.3.1 issues an error message, when running its demos, that access to the screen requires a framework build of python for the cocoa support. Since Ma