Guest User

Untitled

a guest
May 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Call Stack (most recent call first):
  2. /cygdrive/c/Users/kerto/.CLion2018.1/system/cygwin_cmake/share/cmake-3.10.3/Modules/CMakeSystemSpecificInformation.cmake:26 (include)
  3. CMakeLists.txt:1 (project)
  4.  
  5.  
  6. -- Check for working C compiler: /usr/bin/cc
  7. -- Check for working C compiler: /usr/bin/cc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: /usr/bin/c++.exe
  13. -- Check for working CXX compiler: /usr/bin/c++.exe -- broken
  14. CMake Error at /cygdrive/c/Users/kerto/.CLion2018.1/system/cygwin_cmake/share/cmake-3.10.3/Modules/CMakeTestCXXCompiler.cmake:45 (message):
  15. The C++ compiler
  16.  
  17. "/usr/bin/c++.exe"
  18.  
  19. is not able to compile a simple test program.
  20.  
  21. It fails with the following output:
  22.  
  23. Change Dir: /cygdrive/c/Users/kerto/AppData/Local/Temp/cmake_check_environment1/_build/CMakeFiles/CMakeTmp
  24.  
  25. Run Build Command:"/usr/bin/make.exe" "cmTC_68bc4/fast"
  26. /usr/bin/make -f CMakeFiles/cmTC_68bc4.dir/build.make CMakeFiles/cmTC_68bc4.dir/build
  27. make[1]: Entering directory '/cygdrive/c/Users/kerto/AppData/Local/Temp/cmake_check_environment1/_build/CMakeFiles/CMakeTmp'
  28. Building CXX object CMakeFiles/cmTC_68bc4.dir/testCXXCompiler.cxx.o
  29. /usr/bin/c++.exe -o CMakeFiles/cmTC_68bc4.dir/testCXXCompiler.cxx.o -c /cygdrive/c/Users/kerto/AppData/Local/Temp/cmake_check_environment1/_build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
  30. Linking CXX executable cmTC_68bc4.exe
  31. /cygdrive/c/Users/kerto/.CLion2018.1/system/cygwin_cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/cmTC_68bc4.dir/link.txt --verbose=1
  32. /usr/bin/c++.exe -Wl,--enable-auto-import CMakeFiles/cmTC_68bc4.dir/testCXXCompiler.cxx.o -o cmTC_68bc4.exe -Wl,--out-implib,libcmTC_68bc4.dll.a -Wl,--major-image-version,0,--minor-image-version,0
  33. c++: fatal error: -fuse-linker-plugin, but cyglto_plugin.dll not found
  34. compilation terminated.
  35. make[1]: *** [CMakeFiles/cmTC_68bc4.dir/build.make:98: cmTC_68bc4.exe] Error 1
  36. make[1]: Leaving directory '/cygdrive/c/Users/kerto/AppData/Local/Temp/cmake_check_environment1/_build/CMakeFiles/CMakeTmp'
  37. make: *** [Makefile:126: cmTC_68bc4/fast] Error 2
  38.  
  39.  
  40.  
  41.  
  42. CMake will not be able to correctly generate this project.
  43. Call Stack (most recent call first):
  44. CMakeLists.txt:1 (project)
  45.  
  46.  
  47. -- Configuring incomplete, errors occurred!
  48. See also "/cygdrive/c/Users/kerto/AppData/Local/Temp/cmake_check_environment1/_build/CMakeFiles/CMakeOutput.log".
  49. See also "/cygdrive/c/Users/kerto/AppData/Local/Temp/cmake_check_environment1/_build/CMakeFiles/CMakeError.log".
  50.  
  51. Error code: 1
Add Comment
Please, Sign In to add comment