我有Sprint的Data Plan,和带Wifi的IPAD。是不是在没有Wifi的地方,可以用HTC EVO 的什么功能变成router,利用Sprint的3G网络把IPAD变成3G呢? HTC EVO是不是最好的选择?
f*s
7 楼
我装了一下装不上, ./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,@[email protected],/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;