[LLVMbugs] [Bug 9321] New: [autoconf][cmake] "make install" may provide similar installation.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 24 17:14:34 PST 2011


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

           Summary: [autoconf][cmake] "make install" may provide similar
                    installation.
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu, echristo at gmail.com,
                    ofv at wanadoo.es


Some files are not installed by both build systems, autoconf and cmake.

eg. on x86_64-linux CentOS5,

[autoconf] lacks on cmake
bin/c-index-test
docs/*
include/clang/Config/config.h.cmake
include/llvm/CMakeLists.txt
include/llvm/Config/config.h.cmake
include/llvm/Config/llvm-config.h.cmake
include/llvm/Support/DataTypes.h.cmake
include/llvm/Support/LICENSE.TXT
lib/clang/2.9/include/nmmintrin.h
lib/clang/2.9/include/varargs.h
lib/clang/2.9/include/wmmintrin.h
lib/clang/2.9/include/x86intrin.h
lib/libclang.a
lib/libCompilerDriver.a
lib/libEnhancedDisassembly.so
lib/libLTO.a
lib/libLTO.so
lib/libUnitTestMain.a
lib/profile_rt.so
share/man/man1/*

[cmake] lacks on autoconf
include/clang/Basic/*.td
include/clang/Driver/*.td
lib/libgtest.a
lib/libgtest_main.a
share/llvm/cmake/*


I think they should be installed as below;

include/llvm/Support/LICENSE.TXT
lib/clang/2.9/include/*.h
lib/libclang.a
lib/libLTO.a
lib/libLTO.so
share/llvm/cmake/*

Especially "clang standalone build with cmake" needs $(PREFIX)/share/llvm/cmake
stuff.

-- 
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