我正在尝试使用 pip 在 OSX 10.7.5 系统上安装 pyephem。安装过程开始良好,多次成功调用 gcc。但是安装失败并显示错误消息:
ld: library not found for -lbundle1.o
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
这发生在命令之后:
gcc -bundle -undefined dynamic_lookup -g -arch i386 build/temp.macosx-10.5-i386-2.7/extensions/_libastro.o build/... [a whole list of .o files]
我也尝试过使用 easy_install,但安装失败并显示相同的错误消息。
我根本不是专家,也不知道“bundle1”是什么。任何帮助将非常感激。
安德鲁·弗莱彻