Найти - Пользователи
Полная версия: installing_latest_version_Python
Начало » Python для новичков » installing_latest_version_Python
1
python_user_bk
# uname -r
2.6.33.3-85.fc13.i686

# python -V
Python 2.6.4

# rpm -q openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel
openssl-devel-1.0.0-1.fc13.i686
bzip2-devel-1.0.5-6.fc12.i686
expat-devel-2.0.1-10.fc13.i686
gdbm-devel-1.8.0-33.fc12.i686
readline-devel-6.1-2.fc13.i686
sqlite-devel-3.6.22-1.fc13.i686

# ./configure –prefix=/usr/local

# make
gcc -pthread -c -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Werror=declaration-after-statement -I. -IInclude -I./Include -DPy_BUILD_CORE -o Programs/python.o ./Programs/python.c
cc1: error: unrecognized command line option “-Werror=declaration-after-statement”
make: *** Error 1

Надеюсь на Вашу помощь.
snake_eater
готовые бинарники 3.4 для linux вроде можно тут взять
http://www.activestate.com/activepython/downloads

тут есть 3.5
https://www.continuum.io/downloads
py.user.next
snake_eater
готовые бинарники 3.4 для linux вроде можно тут взять
Они не будут работать, так как требуют свежих библиотек, а он ставит на Fedora Core 13.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB