由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 有人在ubuntu 13.04上装过python 3.4吗?
相关主题
remove a module from cvsmac升级到capitan, python ssl不好使了
请问call by name是不是C编译器都没实现如何 measure similarity
Perl 的一个问题Question on using ## in #define
damn, love vert.x用vc express 打开一个solution每次都报错关闭
问个Python的问题Can certification (MS Java etc) substitute CS degree?
问个小问题:MAC下的intel fortran compiler命令是啥SOS: How to rename a variable in Matlab?
copy constructor 问题请教一个算法问题
给service起名字一般怎么起呀?how to resolve this problem?
相关话题的讨论汇总
话题: build话题: renaming话题: python话题: 664话题: 775
进入Programming版参与讨论
1 (共1页)
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

1 (共1页)
进入Programming版参与讨论
相关主题
how to resolve this problem?问个Python的问题
how to rename a exe file?问个小问题:MAC下的intel fortran compiler命令是啥
visual c++ project property设置问题copy constructor 问题
c preprocess question给service起名字一般怎么起呀?
remove a module from cvsmac升级到capitan, python ssl不好使了
请问call by name是不是C编译器都没实现如何 measure similarity
Perl 的一个问题Question on using ## in #define
damn, love vert.x用vc express 打开一个solution每次都报错关闭
相关话题的讨论汇总
话题: build话题: renaming话题: python话题: 664话题: 775