因为需要用到一些 oracle,所以想在本地装一个 cx_oracle 但是一直遇到报错 试了网上的好多方法都没用 最主要的报错就是这一条 ld: file not found: crt3.o
我是 macos Sierra python 版本是 2.7.13 安装的版本是 pip install cx_oracle==5.2
gcc -bundle -undefined dynamic_lookup build/temp.macosx-10.4-x86_64-2.7-12c/src/cx_Oracle.o -L/usr/local/oracle -lclntsh -o build/lib.macosx-10.4-x86_64-2.7-12c/cx_Oracle.so -shared-libgcc -Wl,-rpath,/usr/local/oracle
ld: file not found: crt3.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1
希望各位 v 友能够帮帮忙。 献上自己的膝盖先
1
nightstart OP 求===============================
|
2
nightstart OP emmmmmm
|