[python-committers] 2.7 compilation problem on Mac 10.10.4
[python-committers] 2.7 compilation problem on Mac 10.10.4 - Failure with mac specific modules
Senthil Kumaran senthil at uthcode.comSun Jul 19 06:49:08 CEST 2015
- Previous message (by thread): [python-committers] 2.7 compilation problem on Mac 10.10.4 - Failure with mac specific modules
- Next message (by thread): [python-committers] Reminder: Python 3.5 beta 4 is tagged in one week
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Jul 17, 2015 at 8:26 PM, Ned Deily <nad at acm.org> wrote: > Meador's right. Don't use the old gcc-4.2 with the current SDK / Command > Line Tools. Let CC default to "cc" or set it to "clang"; presumably > something is setting the CC environment variable to > /opt/twitter/bin/gcc-4.2. Thank you for your help. The old gcc escaped my attention. 3.x compiling fine with old gcc didn't make me suspect that. But it was indeed the case. I set the CC envvar to the gcc provided by Apple and it was alright. Thank you, Senthil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20150718/c75334cf/attachment.html>
- Previous message (by thread): [python-committers] 2.7 compilation problem on Mac 10.10.4 - Failure with mac specific modules
- Next message (by thread): [python-committers] Reminder: Python 3.5 beta 4 is tagged in one week
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list