Advertisement
Pepes

config.log - x264 snapshot

Jul 18th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. checking for -mvsx... no
  2. Failed commandline was:
  3. --------------------------------------------------
  4. gcc conftest.c -Wall -I. -I$(SRCPATH) -fPIE -maltivec -mabi=altivec -mvsx -lm -o conftest
  5. conftest.c:1:0: warning: -mvsx requires hardware floating point
  6. int main (void) { return 0; }
  7.  
  8. conftest.c:1:0: error: AltiVec and SPE instructions cannot coexist
  9. --------------------------------------------------
  10. Failed program was:
  11. --------------------------------------------------
  12. int main (void) { return 0; }
  13. --------------------------------------------------
  14. x264 configure script
  15. Command line options: "--prefix=/ffmpeg" "--enable-static" "--disable-shared" "--extra-asflags=-DPIC" "--extra-cflags=-fPIE" "--disable-cli" "--disable-swscale" "--disable-lavf" "--disable-avs" "--disable-ffms" "--disable-gpac" "--disable-lsmash" "--host=powerpc-linux-gnuspe"
  16.  
  17. checking whether gcc works... no
  18. Failed commandline was:
  19. --------------------------------------------------
  20. gcc conftest.c -Wall -I. -I$(SRCPATH) -fPIE -maltivec -mabi=altivec -lm -o conftest
  21. conftest.c:1:0: error: AltiVec and SPE instructions cannot coexist
  22. int main (void) { return 0; }
  23.  
  24. --------------------------------------------------
  25. Failed program was:
  26. --------------------------------------------------
  27. int main (void) { return 0; }
  28. --------------------------------------------------
  29. DIED: No working C compiler found.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement