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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs