Marco Molteni created THRIFT-3103:
-------------------------------------
Summary: 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)