f********s 发帖数: 526 | 1 我装了一下装不上, ./configure没问题, 但是接下来用make的时候, 系统提示这个错
误, 大牛给看看, 咋办啊? 多谢啦~
.....
copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/
Tools/scripts/2to3 -> build/scripts-3.4
copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/
Tools/scripts/pyvenv -> build/scripts-3.4
changing mode of build/scripts-3.4/pydoc3 from 664 to 775
changing mode of build/scripts-3.4/idle3 from 664 to 775
changing mode of build/scripts-3.4/2to3 from 664 to 775
changing mode of build/scripts-3.4/pyvenv from 664 to 775
renaming build/scripts-3.4/pydoc3 to build/scripts-3.4/pydoc3.4
renaming build/scripts-3.4/idle3 to build/scripts-3.4/idle3.4
renaming build/scripts-3.4/2to3 to build/scripts-3.4/2to3-3.4
renaming build/scripts-3.4/pyvenv to build/scripts-3.4/pyvenv-3.4
gcc -pthread -Xlinker -export-dynamic -o Modules/_testembed Modules/_
testembed.o libpython3.4m.a -lpthread -ldl -lutil -lm
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/usr/local/bin/python3.4m," < ./Misc/python-config.in >
python-config.py
# Replace makefile compat. variable references with shell script compat.
ones; ->
sed -e 's,$(([A-Za-z0-9_]*)),${1},g' < Misc/python-config.sh >python-config
# On Darwin, always use the python version of the script, the shell
# version doesn't use the compiler customizations that are provided
# in python (_osx_support.py).
if test `uname -s` = Darwin; then
cp python-config.py python-config; | x****u 发帖数: 44466 | 2 谁告诉你自己编译python了?就算编译也不是这么做。
【在 f********s 的大作中提到】 : 我装了一下装不上, ./configure没问题, 但是接下来用make的时候, 系统提示这个错 : 误, 大牛给看看, 咋办啊? 多谢啦~ : ..... : copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/ : Tools/scripts/2to3 -> build/scripts-3.4 : copying and adjusting /home/yanwang/.local/share/Trash/files/Python-3.4.1/ : Tools/scripts/pyvenv -> build/scripts-3.4 : changing mode of build/scripts-3.4/pydoc3 from 664 to 775 : changing mode of build/scripts-3.4/idle3 from 664 to 775 : changing mode of build/scripts-3.4/2to3 from 664 to 775
|
|