[issue24414] MACOSX_DEPLOYMENT_TARGET set incorrectly by configure

debohman report at bugs.python.org
Mon Jun 8 23:44:34 CEST 2015


New submission from debohman:

MACOSX_DEPLOYMENT_TARGET is not set correctly when building the 2.7.10 sources.  This causes readline to not be included in the build.

This appears to already be fixed in 3.4.3.  I picked up the change to configure.ac from 3.4.3 and it resolved the problem.

I am building on 10.9.5.  In my case MACOSX_DEPLOYMENT_TARGET was chosen as 10.4.

The configuration options I am using are:

./configure --enable-shared

Attaching diffs.

----------
components: Build
files: configure.ac_diffs.txt
messages: 245038
nosy: debohman
priority: normal
severity: normal
status: open
title: MACOSX_DEPLOYMENT_TARGET set incorrectly by configure
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file39661/configure.ac_diffs.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24414>
_______________________________________


More information about the Python-bugs-list mailing list