Here are the Makefile variables:

CPPFLAGS =  
-I/Applications/Canopy.app/appdata/canopy-1.6.2.3262.macosx-x86_64/Canopy.app/Contents/include/python2.7
-DNDEBUG
CFLAGS =  -Wc,-g -Wc,-O2  -Wc,'-arch x86_64'
LDFLAGS =  -Wl,-F/Library/Frameworks -framework Python -u _PyMac_Error
EPD64.framework/Versions/2.1.0.dev1829/Python  -arch x86_64
LDLIBS =  -ldl  -framework CoreFoundation

​
I'll try a fresh Canopy installation on a separate OS X 10.11 machine in
case there's something funny about my setup.

Thanks,

Stephen




On Fri, Apr 15, 2016 at 1:12 PM, Graham Dumpleton <
[email protected]> wrote:

> Using install_name_tool was why I asked previously about where ‘Python’
> was located. :-)
>
> It was in so many locations that thought would try the traditional build
> first.
>
> I don’t have time to look at separate log right this minute, but can you
> send me from the Makefile generated when doing the —enable-framework what
> the various CFLAGS, LDFLAGS, LDLIBS variables in the Makefile were.
>
> The problem with it still picking up the wrong framework in that case has
> been an issue years ago on older MacOS X and as far as known was because
> the Python installations were broken in the way they setup framework
> linking. Never did find the exact reason and switching to the -L/-l style
> linking instead of framework linking fixed it, and why that is now the
> default. For you though that doesn’t work. :-(
>
> Thanks.
>
> Graham
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to