#51542: clang-3.8 and clang-3.9 fail to function due to rpath -------------------------------------+------------------------ Reporter: kenneth.f.cunningham@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: clang-3.8 | -------------------------------------+------------------------ Comment (by kenneth.f.cunningham@…): Oh, wait a sec -- this seems to have fixed it for clang-3.9 {{{ sudo install_name_tool -add_rpath /opt/local/libexec/llvm-3.9/lib /opt/local/libexec/llvm-3.9/bin/../lib/libLTO.dylib }}} and this one fixes clang-3.8 {{{ sudo install_name_tool -add_rpath /opt/local/libexec/llvm-3.8/lib /opt/local/libexec/llvm-3.8/bin/../lib/libLTO.dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/51542#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X