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 _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
