François Bissey added the comment:

I am seeing this with clang on linux. It breaks the building pyzmq. I'll concur 
with Calvin that using just "-R" is wrong in the first place. Some compiler may 
pass it directly to the linker. But even in the linker, interpreting "-R" as a 
rpath if the argument is a directory, is a legacy behavior. "-R" is supposed to 
be used to add remarks (see ld's man page).
On linux it should just be "-Wl,-rpath" and it should work with all compilers.

----------
nosy: +fbissey

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to