This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Robert P Fischer
Recipients Robert P Fischer, ronaldoussoren
Date 2016-02-09.12:26:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAC_jL3yMOQOp5q385T_YvSmq5KT_13LvsW6t8MQ-2Dx1mW0CDQ@mail.gmail.com>
In-reply-to <1455017978.13.0.929431058423.issue26317@psf.upfronthosting.co.za>
Content
I'm trying to compile the Objective-C portions of Python (the Python
Launcher app) with clang, not GCC.  Why does Python insist on using GCC,
even when I set the OBJC env variable to clang?  That seems to be a problem
that the Python project CAN fix.

On Tue, Feb 9, 2016 at 6:39 AM, Ronald Oussoren <report@bugs.python.org>
wrote:

>
> Ronald Oussoren added the comment:
>
> The build fails while building the "Python Launcher" application. This is
> an Objective-C project.
>
> If GCC doesn't support the system headers on OSX 10.11 there's nothing the
> Python project can do about that.
>
> ----------
> nosy: +ronaldoussoren
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue26317>
> _______________________________________
>
History
Date User Action Args
2016-02-09 12:26:51Robert P Fischersetrecipients: + Robert P Fischer, ronaldoussoren
2016-02-09 12:26:51Robert P Fischerlinkissue26317 messages
2016-02-09 12:26:51Robert P Fischercreate