在 Lion 上构建 Python h5py;gcc 失败

在 Lion 上构建 Python h5py;gcc 失败

我正在尝试在 OS X Lion 上构建h5py;我使用的是从 Scipy Superpack 安装的 Python 2.7.2。使用任一pip方法setup.py,我都会得到相同的错误:

lipo: can't figure out the architecture type of: /blah/blah
error: command 'gcc-4.2' failed with exit status 1

这是我必须链接的 gcc 版本sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2

$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 

是因为 32/64 位兼容性吗?有办法解决这个问题吗?

相关内容