[LLVMbugs] [Bug 22546] New: clang: error: no such file or directory: '@./cmdF2'

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 11 07:50:31 PST 2015


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

            Bug ID: 22546
           Summary: clang: error: no such file or directory: '@./cmdF2'
           Product: clang
           Version: 3.4
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: markmarkch at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Any idea why I get error using my downloaded clang?
(If I remove the @ sign from @rpath, my downloaded clang also works, but that
is not what I want)

$ xcrun /usr/bin/clang++ -dynamiclib -install_name @rpath/lib1.dylib @./cmdF2
a.cpp
(no error)

$ xcrun ../Downloads/clang+llvm-3.4-x86_64-apple-darwin10.9/bin/clang++
-dynamiclib -install_name @rpath/lib1.dylib @./cmdF2 a.cpp
clang: error: no such file or directory: '@./cmdF2'

-- 
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/20150211/59bf3f8a/attachment.html>


More information about the llvm-bugs mailing list