[LLVMbugs] [Bug 18286] New: LC_RPATH not set in a cmake build

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 19 15:19:26 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=18286

            Bug ID: 18286
           Summary: LC_RPATH not set in a cmake build
           Product: Build scripts
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

On a configure+make build:

$ otool  -l clang | grep PATH -A 2
          cmd LC_RPATH
      cmdsize 40
         path @executable_path/../lib (offset 12)

On a cmake build

$ otool  -l clang | grep PATH -A 2
<nothing>

This in particular means that a BUILD_SHARED_LIBS build is unusable once
installed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131219/3a90f65b/attachment.html>


More information about the llvm-bugs mailing list