[issue38014] Python 3.7 does not compile
Bill Minasian
report at bugs.python.org
Sat Sep 7 19:19:29 EDT 2019
Bill Minasian <Bill.Minasian at gmail.com> added the comment:
Under OSX 10.15 beta and Xcode 11.0 beta the following does not work:
./configure --enable-framework
DYLD_FRAMEWORK_PATH=/Users/bill/cpython ./python.exe -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
/bin/sh: line 1: 78734 Segmentation fault: 11 DYLD_FRAMEWORK_PATH=/Users/bill/cpython ./python.exe -E -S -m sysconfig --generate-posix-vars
generate-posix-vars failed
The following seems to work:
./configure --disable-framework
My guess is that this is an Xcode 11 beta issue.
----------
nosy: +BMinas
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38014>
_______________________________________
More information about the Python-bugs-list
mailing list