[pypy-issue] Issue #1890: Translation fails on OSX now. (pypy/pypy)

halgari issues-reply at bitbucket.org
Wed Oct 15 00:15:05 CEST 2014


New issue 1890: Translation fails on OSX now.
https://bitbucket.org/pypy/pypy/issue/1890/translation-fails-on-osx-now

halgari:

The change made to posix.py in this commit: https://bitbucket.org/pypy/pypy/diff/rpython/translator/platform/posix.py?diff2=2ae639f5628f&at=default

Causes the following error on OSX:



```
#!bash

clang -arch x86_64 -mmacosx-version-min=10.5 main.o -L. -ltarget-c -o target-c -Wl,-rpath="RIGIN/"
ld: unknown option: -rpath=RIGIN/
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [target-c] Error 1
```

Responsible: arigo


More information about the pypy-issue mailing list