Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. -- The C compiler identification is unknown
  2. -- The CXX compiler identification is unknown
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- broken
  5. CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  6. The C compiler "/usr/bin/gcc" is not able to compile a simple test program.
  7.  
  8. It fails with the following output:
  9.  
  10. Change Dir: /home/TC/TrinityCore/build/CMakeFiles/CMakeTmp
  11.  
  12.  
  13.  
  14. Run Build Command:/usr/bin/make "cmTryCompileExec2067155967/fast"
  15.  
  16. /usr/bin/make -f CMakeFiles/cmTryCompileExec2067155967.dir/build.make
  17. CMakeFiles/cmTryCompileExec2067155967.dir/build
  18.  
  19. make[1]: Entering directory
  20. `/home/TC/TrinityCore/build/CMakeFiles/CMakeTmp'
  21.  
  22. /usr/bin/cmake -E cmake_progress_report
  23. /home/TC/TrinityCore/build/CMakeFiles/CMakeTmp/CMakeFiles 1
  24.  
  25. Building C object
  26. CMakeFiles/cmTryCompileExec2067155967.dir/testCCompiler.c.o
  27.  
  28. /usr/bin/gcc -march=native -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  29. -O2 -pipe -pipe -msse3 -fomit-frame-pointer -ffast-math
  30. -fno-strength-reduce -fno-strict-aliasing -frename-registers -o
  31. CMakeFiles/cmTryCompileExec2067155967.dir/testCCompiler.c.o -c
  32. /home/TC/TrinityCore/build/CMakeFiles/CMakeTmp/testCCompiler.c
  33.  
  34. gcc: error trying to exec 'cc1': execvp: No such file or directory
  35.  
  36. make[1]: Leaving directory `/home/TC/TrinityCore/build/CMakeFiles/CMakeTmp'
  37.  
  38. make[1]: *** [CMakeFiles/cmTryCompileExec2067155967.dir/testCCompiler.c.o]
  39. Error 1
  40.  
  41. make: *** [cmTryCompileExec2067155967/fast] Error 2
  42.  
  43.  
  44.  
  45.  
  46.  
  47. CMake will not be able to correctly generate this project.
  48. Call Stack (most recent call first):
  49. CMakeLists.txt:12 (project)
  50.  
  51.  
  52. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement