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 Toon Verstraelen
Recipients Toon Verstraelen, dstufft, eric.araujo
Date 2019-03-18.17:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552930315.65.0.323972395891.issue36353@roundup.psfhosted.org>
In-reply-to
Content
When using the '-R' option of build_ext on OSX, e.g.

python setup.py -R some/path

it gets translated to the following clang compiler argument:

-L some/path

while it should be

-Wl,-rpath,some/path

See clang documentation for details: 

https://clang.llvm.org/docs/ClangCommandLineReference.html#linker-flags
History
Date User Action Args
2019-03-18 17:31:55Toon Verstraelensetrecipients: + Toon Verstraelen, eric.araujo, dstufft
2019-03-18 17:31:55Toon Verstraelensetmessageid: <1552930315.65.0.323972395891.issue36353@roundup.psfhosted.org>
2019-03-18 17:31:55Toon Verstraelenlinkissue36353 messages
2019-03-18 17:31:55Toon Verstraelencreate