Advertisement
Guest User

CMakeOutput.log

a guest
Jun 1st, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. The system is: Linux - 3.13.0-24-generic - x86_64
  2. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  3. Compiler: /usr/bin/c++
  4. Build flags: -m64
  5. Id flags:
  6.  
  7. The output was:
  8. 0
  9.  
  10.  
  11. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
  12.  
  13. The CXX compiler identification is GNU, found in "/media/d/Install/opencv-2.4.8/release/CMakeFiles/2.8.12.2/CompilerIdCXX/a.out"
  14.  
  15. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  16. Compiler: /usr/bin/cc
  17. Build flags: -m64
  18. Id flags:
  19.  
  20. The output was:
  21. 0
  22.  
  23.  
  24. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
  25.  
  26. The C compiler identification is GNU, found in "/media/d/Install/opencv-2.4.8/release/CMakeFiles/2.8.12.2/CompilerIdC/a.out"
  27.  
  28. Determining if the CXX compiler works passed with the following output:
  29. Change Dir: /media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp
  30.  
  31. Run Build Command:/usr/bin/make "cmTryCompileExec1476042338/fast"
  32. /usr/bin/make -f CMakeFiles/cmTryCompileExec1476042338.dir/build.make CMakeFiles/cmTryCompileExec1476042338.dir/build
  33. make[1]: Вход в каталог `/media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp'
  34. /usr/bin/cmake -E cmake_progress_report /media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp/CMakeFiles 1
  35. Building CXX object CMakeFiles/cmTryCompileExec1476042338.dir/testCXXCompiler.cxx.o
  36. /usr/bin/c++ -m64 -o CMakeFiles/cmTryCompileExec1476042338.dir/testCXXCompiler.cxx.o -c /media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  37. Linking CXX executable cmTryCompileExec1476042338
  38. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1476042338.dir/link.txt --verbose=1
  39. /usr/bin/c++ -m64 CMakeFiles/cmTryCompileExec1476042338.dir/testCXXCompiler.cxx.o -o cmTryCompileExec1476042338 -rdynamic
  40. make[1]: Выход из каталога `/media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp'
  41.  
  42.  
  43. Determining if the C compiler works passed with the following output:
  44. Change Dir: /media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp
  45.  
  46. Run Build Command:/usr/bin/make "cmTryCompileExec460128731/fast"
  47. /usr/bin/make -f CMakeFiles/cmTryCompileExec460128731.dir/build.make CMakeFiles/cmTryCompileExec460128731.dir/build
  48. make[1]: Вход в каталог `/media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp'
  49. /usr/bin/cmake -E cmake_progress_report /media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp/CMakeFiles 1
  50. Building C object CMakeFiles/cmTryCompileExec460128731.dir/testCCompiler.c.o
  51. /usr/bin/cc -m64 -o CMakeFiles/cmTryCompileExec460128731.dir/testCCompiler.c.o -c /media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp/testCCompiler.c
  52. Linking C executable cmTryCompileExec460128731
  53. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec460128731.dir/link.txt --verbose=1
  54. /usr/bin/cc -m64 CMakeFiles/cmTryCompileExec460128731.dir/testCCompiler.c.o -o cmTryCompileExec460128731 -rdynamic
  55. make[1]: Выход из каталога `/media/d/Install/opencv-2.4.8/release/CMakeFiles/CMakeTmp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement