https://llvm.org/bugs/show_bug.cgi?id=26224
Bug ID: 26224 Summary: Release 3.8 fails to configure on ppc64le Product: Build scripts Version: 3.8 Hardware: Other OS: Linux Status: NEW Severity: release blocker Priority: P Component: cmake Assignee: unassignedb...@nondot.org Reporter: kbar...@ca.ibm.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified When running CMake configuration on ppc64le, I'm seeing the following error: ... -- Targeting XCore -- Found YACC: /usr/bin/yacc -- Found Tclsh: /usr/bin/tclsh (found version "8.6") -- Found TCL: /usr/lib/powerpc64le-linux-gnu/libtcl8.6.so -- Found TCLTK: /usr/lib/powerpc64le-linux-gnu/libtcl8.6.so -- Found TK: /usr/lib/powerpc64le-linux-gnu/libtk8.6.so -- Check target operating system - Linux CMake Error at CMakeLists.txt:13 (add_executable): Cannot find source file: /home/kbarton/llvm/src/3.8.0rc1/cmake/modules/DetectArchitecture.c Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx CMake Error: CMake can not determine linker language for target: cmTC_f6f9e CMake Error: Cannot determine link language for target "cmTC_f6f9e". CMake Error: Internal CMake error, TryCompile generation of cmake failed -- Determine the system architecture - failed -- Check if the system is big endian ... The command I used to configure was: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/home/kbarton/llvm/install/3.8.0rc1 /home/kbarton/llvm/src/3.8.0rc1 This command works with the latest sources from trunk (3.9), although I do not see checks for YACC, TCL, or TK when configuring 3.9. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs