grzesiek11

Untitled

Jul 24th, 2020
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. ~/windows/sfml/build $ cmake -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc-posix -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++-posix ..
  2. -- The C compiler identification is GNU 10.0.0
  3. -- The CXX compiler identification is GNU 10.0.0
  4. -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc-posix
  5. -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc-posix -- broken
  6. CMake Error at /usr/share/cmake-3.16/Modules/CMakeTestCCompiler.cmake:60 (message):
  7. The C compiler
  8.  
  9. "/usr/bin/x86_64-w64-mingw32-gcc-posix"
  10.  
  11. is not able to compile a simple test program.
  12.  
  13. It fails with the following output:
  14.  
  15. Change Dir: /home/grzesiek11/windows/sfml/build/CMakeFiles/CMakeTmp
  16.  
  17. Run Build Command(s):/usr/bin/gmake cmTC_788c5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_788c5.dir/build.make CMakeFiles/cmTC_788c5.dir/build
  18. gmake[1]: Wejście do katalogu '/home/grzesiek11/windows/sfml/build/CMakeFiles/CMakeTmp'
  19. Building C object CMakeFiles/cmTC_788c5.dir/testCCompiler.c.o
  20. /usr/bin/x86_64-w64-mingw32-gcc-posix -o CMakeFiles/cmTC_788c5.dir/testCCompiler.c.o -c /home/grzesiek11/windows/sfml/build/CMakeFiles/CMakeTmp/testCCompiler.c
  21. Linking C executable cmTC_788c5
  22. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_788c5.dir/link.txt --verbose=1
  23. /usr/bin/x86_64-w64-mingw32-gcc-posix -rdynamic CMakeFiles/cmTC_788c5.dir/testCCompiler.c.o -o cmTC_788c5
  24. x86_64-w64-mingw32-gcc-posix: error: unrecognized command-line option ‘-rdynamic’
  25. gmake[1]: *** [CMakeFiles/cmTC_788c5.dir/build.make:87: cmTC_788c5] Błąd 1
  26. gmake[1]: Opuszczenie katalogu '/home/grzesiek11/windows/sfml/build/CMakeFiles/CMakeTmp'
  27. gmake: *** [Makefile:121: cmTC_788c5/fast] Błąd 2
  28.  
  29.  
  30.  
  31.  
  32.  
  33. CMake will not be able to correctly generate this project.
  34. Call Stack (most recent call first):
  35. CMakeLists.txt:45 (project)
  36.  
  37.  
  38. -- Configuring incomplete, errors occurred!
  39. See also "/home/grzesiek11/windows/sfml/build/CMakeFiles/CMakeOutput.log".
  40. See also "/home/grzesiek11/windows/sfml/build/CMakeFiles/CMakeError.log".
  41. ~/windows/sfml/build $
Advertisement
Add Comment
Please, Sign In to add comment