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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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

Reply via email to