[
https://issues.apache.org/jira/browse/THRIFT-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500073#comment-14500073
]
ASF GitHub Bot commented on THRIFT-3103:
----------------------------------------
Github user marco-m commented on the pull request:
https://github.com/apache/thrift/pull/449#issuecomment-94012877
Actually this pull request is only about THRIFT-3103, but you see also the
previous THRIFT-3090 commit (which has a separate pull request,
https://github.com/apache/thrift/pull/434), because this commit, THRIFT-3103,
depends on THRIFT-3090. Hope it is clear :-)
> cmake is missing RPATH on MacOSX
> --------------------------------
>
> Key: THRIFT-3103
> URL: https://issues.apache.org/jira/browse/THRIFT-3103
> Project: Thrift
> Issue Type: Bug
> Affects Versions: 1.0
> Environment: MacOSX specific
> Reporter: Marco Molteni
>
> The Thrift CMakefiles do not enable RPATH handling for MacOSX.
> This means that if the Thrift shared libraries are installed in a non-system
> directory (i.e. a directory not known by the dynamic linker), any executable
> linked against them will fail to run, unless the {{DYLD_LIBRARY_PATH}}
> environment variable (Unix equivalent: {{LD_LIBRARY_PATH}}) is set to the
> appropriate value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)