繁体   English   中英

有人通过Macports在Snow Leopard中安装python26吗?

[英]Anyone get python26 install in Snow Leopard via Macports?

在Snow Leopard中运行后出现构建错误(MacPort v.1.8.0)

sudo port install python26 

任何解决方法好吗?

Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python26/work/Python-2.6.2" && /usr/bin/make all MAKE="/usr/bin/make CC=/usr/bin/gcc-4.2" " returned error 2
Command output: if test ""; then \
        /usr/bin/gcc-4.2 -o Python.framework/Versions/2.6/Python  -dynamiclib \
            -isysroot "" \
            -all_load libpython2.6.a -Wl,-single_module \
            -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python \
            -compatibility_version 2.6 \
            -current_version 2.6; \
        else \
        /usr/bin/libtool -o Python.framework/Versions/2.6/Python -dynamic  libpython2.6.a \
             -lSystem -lSystemStubs -arch_only i386 -install_name /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python -compatibility_version 2.6 -current_version 2.6 ;\
    fi
/usr/bin/install -c -d -m 755  \
        Python.framework/Versions/2.6/Resources/English.lproj
/usr/bin/install -c -m 644 Mac/Resources/framework/Info.plist \
        Python.framework/Versions/2.6/Resources/Info.plist
ln -fsn 2.6 Python.framework/Versions/Current
ln -fsn Versions/Current/Python Python.framework/Python
ln -fsn Versions/Current/Headers Python.framework/Headers
ln -fsn Versions/Current/Resources Python.framework/Resources
/usr/bin/gcc-4.2 -L/opt/local/lib -u _PyMac_Error Python.framework/Versions/2.6/Python -o python.exe \
            Modules/python.o \
             -ldl      
ld: warning: in Python.framework/Versions/2.6/Python, file is not of required architecture
Undefined symbols:
  "_PyMac_Error", referenced from:
  "_Py_Main", referenced from:
      _main in python.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [python.exe] Error 1

在Snow Leopard上通过Macports显然存在Python问题,请参阅此主题 从那里开始, 这里有一个条目建议让它运作起来。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM