This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fbissey
Recipients Calvin Walton, dstufft, eric.araujo, fbissey
Date 2017-04-05.22:09:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491430179.97.0.0408643013139.issue25229@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-04-05 22:09:40fbisseysetrecipients: + fbissey, eric.araujo, dstufft, Calvin Walton
2017-04-05 22:09:39fbisseysetmessageid: <1491430179.97.0.0408643013139.issue25229@psf.upfronthosting.co.za>
2017-04-05 22:09:39fbisseylinkissue25229 messages
2017-04-05 22:09:39fbisseycreate