Guest User

Untitled

a guest
Oct 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. checking for -S... no
  2. Failed commandline was:
  3. --------------------------------------------------
  4. x86_64-w64-mingw32gcc conftest.c -Wall -I. -march=core2 -mfpmath=sse -S -o conftest
  5. ./configure: line 138: x86_64-w64-mingw32gcc: command not found
  6. --------------------------------------------------
  7. Failed program was:
  8. --------------------------------------------------
  9. int main () { return 0; }
  10. --------------------------------------------------
  11. x264 configure script
  12. Command line options: "--prefix=/mingw/x86_64-w64-mingw32" "--enable-win32thread" "--bit-depth=10" "--enable-strip" "--host=x86_64-w64-mingw32" "--cross-prefix=x86_64-w64-mingw32" "--disable-swscale" "--disable-lavf" "--disable-ffms" "--disable-gpac" "--extra-cflags=-march=core2" "-mfpmath=sse"
  13.  
  14. checking whether x86_64-w64-mingw32gcc works... no
  15. Failed commandline was:
  16. --------------------------------------------------
  17. x86_64-w64-mingw32gcc conftest.c -Wall -I. -march=core2 -mfpmath=sse -o conftest
  18. ./configure: line 138: x86_64-w64-mingw32gcc: command not found
  19. --------------------------------------------------
  20. Failed program was:
  21. --------------------------------------------------
  22. int main () { return 0; }
  23. --------------------------------------------------
  24. DIED: No working C compiler found.
Add Comment
Please, Sign In to add comment