Problems compiling Python 3.2 and 2.7 using pythonbrew
问题 I'm trying to build multiple versions of python using Pythonbrew, but I'm getting some test failures. This is on a VM running: Ubuntu 8.04 32bit This happens when I use the --enable-shared option The build.log file errors are shown below: Python 3.2 Here are the failed tests for Python 3.2: LD_LIBRARY_PATH=/opt/standingcloud/stack/pythonbrew/build/Python-3.2: ./python -E -c 'import sys ; from sysconfig import get_platform ; print(get_platform()+"-"+sys.version[0:3])' >platform find ./Lib