[LLVMbugs] [Bug 9286] New: Copy error on mingw32-make.exe install
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 22 02:30:51 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9286
Summary: Copy error on mingw32-make.exe install
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: a460844 at jnxjn.com
CC: llvmbugs at cs.uiuc.edu
In install process on windows:
F:\soft\lang\LLVM\svn\build>mingw32-make.exe install
...
-- Up-to-date: C:/bin/LLVM/lib/libclangStaticAnalyzerCheckers.a
-- Up-to-date: C:/bin/LLVM/lib/libclangStaticAnalyzerFrontend.a
-- Up-to-date: C:/bin/LLVM/lib/liblibclang.dll.a
-- Up-to-date: C:/bin/LLVM/bin/clang.exe
Creating clang++ executable based on clang
Error copying file "clang" to "clang++".
...
Here is wrong file naming "C:\bin\CMake\bin\cmake.exe -E clang clang++".
The "C:\bin\CMake\bin\cmake.exe -E clang.exe clang++.exe" have to be placed for
example.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list